HEX
Server: LiteSpeed
System: Linux standart9.isimtescil.net 3.10.0-962.3.2.lve1.5.26.7.el7.x86_64 #1 SMP Wed Oct 2 07:53:12 EDT 2019 x86_64
User: karalev (5310)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //opt/alt/python37/lib/python3.7/site-packages/asn1crypto/__pycache__/_errors.cpython-37.pyc
B

�qV��@s8dZddlmZmZmZmZddlZddlZdd�ZdS)zU
Helper for formatting exception messages. Exports the following items:

 - unwrap()
�)�unicode_literals�division�absolute_import�print_functionNcGs>t�|�}|�d�dkr&t�dd|�}|r2||}|��}|S)a_
    Takes a multi-line string and does the following:

     - dedents
     - converts newlines with text before and after into a single line
     - strips leading and trailing whitespace

    :param string:
        The string to format

    :param *params:
        Params to interpolate into the string

    :return:
        The formatted string
    �
���z(?<=\S)
(?=[^ 
	\d\*\-=])� )�textwrap�dedent�find�re�sub�strip)�stringZparams�output�r�C/opt/alt/python37/lib/python3.7/site-packages/asn1crypto/_errors.py�unwraps
r)	�__doc__Z
__future__rrrrrr	rrrrr�<module>s