$19 GRAYBYTE WORDPRESS FILE MANAGER $35

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.157
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/

HOME
Current File : /opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests//structures.pyc
�
�Rec@s\dZddlmZddlmZmZdefd��YZdefd��YZd	S(
sO
requests.structures
~~~~~~~~~~~~~~~~~~~

Data structures that power Requests.
i����(tOrderedDicti(tMappingtMutableMappingtCaseInsensitiveDictcBskeZdZdd�Zd�Zd�Zd�Zd�Zd�Z	d�Z
d�Zd	�Zd
�Z
RS(s�A case-insensitive ``dict``-like object.

    Implements all methods and operations of
    ``MutableMapping`` as well as dict's ``copy``. Also
    provides ``lower_items``.

    All keys are expected to be strings. The structure remembers the
    case of the last key to be set, and ``iter(instance)``,
    ``keys()``, ``items()``, ``iterkeys()``, and ``iteritems()``
    will contain case-sensitive keys. However, querying and contains
    testing is case insensitive::

        cid = CaseInsensitiveDict()
        cid['Accept'] = 'application/json'
        cid['aCCEPT'] == 'application/json'  # True
        list(cid) == ['Accept']  # True

    For example, ``headers['content-encoding']`` will return the
    value of a ``'Content-Encoding'`` response header, regardless
    of how the header name was originally stored.

    If the constructor, ``.update``, or equality comparison
    operations are given keys that have equal ``.lower()``s, the
    behavior is undefined.
    cKs5t�|_|dkr!i}n|j||�dS(N(Rt_storetNonetupdate(tselftdatatkwargs((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyt__init__*s	cCs||f|j|j�<dS(N(Rtlower(Rtkeytvalue((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyt__setitem__0scCs|j|j�dS(Ni(RR(RR((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyt__getitem__5scCs|j|j�=dS(N(RR(RR((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyt__delitem__8scCsd�|jj�D�S(Ncss|]\}}|VqdS(N((t.0tcasedkeytmappedvalue((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pys	<genexpr><s(Rtvalues(R((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyt__iter__;scCs
t|j�S(N(tlenR(R((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyt__len__>scCsd�|jj�D�S(s.Like iteritems(), but with all lowercase keys.css%|]\}}||dfVqdS(iN((Rtlowerkeytkeyval((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pys	<genexpr>Ds(Rtitems(R((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pytlower_itemsAscCsDt|t�rt|�}ntSt|j��t|j��kS(N(t
isinstanceRRtNotImplementedtdictR(Rtother((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyt__eq__IscCst|jj��S(N(RRR(R((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pytcopyRscCstt|j���S(N(tstrRR(R((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyt__repr__UsN(t__name__t
__module__t__doc__RR
RRRRRRR R!R#(((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyRs									t
LookupDictcBs8eZdZdd�Zd�Zd�Zdd�ZRS(sDictionary lookup object.cCs ||_tt|�j�dS(N(tnametsuperR'R
(RR(((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyR
\s	cCsd|jS(Ns
<lookup '%s'>(R((R((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyR#`scCs|jj|d�S(N(t__dict__tgetR(RR((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyRcscCs|jj||�S(N(R*R+(RRtdefault((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyR+hsN(R$R%R&RR
R#RR+(((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyR'Ys
		N(	R&tcollectionsRtcompatRRRRR'(((s�/builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/requests/structures.pyt<module>sJ


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
3 Mar 2024 10.49 PM
root / linksafe
0755
__init__.py
4.36 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
__init__.pyc
4.508 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
__version__.py
0.431 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
__version__.pyc
0.651 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
_internal_utils.py
1.07 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
_internal_utils.pyc
1.719 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
adapters.py
21.043 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
adapters.pyc
20.495 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
api.py
6.344 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
api.pyc
7.807 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
auth.py
9.968 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
auth.pyc
12.123 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
certs.py
0.454 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
certs.pyc
0.677 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
compat.py
1.997 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
compat.pyc
1.983 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
cookies.py
17.998 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
cookies.pyc
26.12 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
exceptions.py
3.099 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
exceptions.pyc
8.83 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
help.py
3.494 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
help.pyc
3.598 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
hooks.py
0.739 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
hooks.pyc
1.475 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
models.py
33.483 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
models.pyc
32.536 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
packages.py
0.679 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
packages.pyc
0.638 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
sessions.py
28.629 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
sessions.pyc
24.677 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
status_codes.py
4.09 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
status_codes.pyc
6.324 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
structures.py
2.935 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
structures.pyc
6.69 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
utils.py
29.469 KB
13 Nov 2023 9.11 PM
root / linksafe
0644
utils.pyc
29.946 KB
13 Nov 2023 9.11 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF