Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560 [2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85 [3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50 [4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13 [5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
| Server IP : 94.177.8.99 / Your IP : 216.73.217.165 Web Server : Apache/2.4.58 (Ubuntu) System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /nuitka/eggshell.build/ |
Upload File : |
�� �OrderedDict�.��
�_store�.��
�update�.�� �lower�.�K.��
�values�.��* �&too many values to unpack (expected 2)�.��
� <genexpr>�.��3 �/CaseInsensitiveDict.__iter__.<locals>.<genexpr>�.�� �items�.��2 �.Like iteritems(), but with all lowercase keys.�.��6 �2CaseInsensitiveDict.lower_items.<locals>.<genexpr>�.�� �Mapping�.�� �CaseInsensitiveDict�.�� �lower_items�.�� �name�.�� �
LookupDict�.�� �__init__�.�� �
<lookup '%s'>�.�� �get�.��S �O
requests.structures
~~~~~~~~~~~~~~~~~~~
Data structures that power Requests.
�.�� �__doc__�.��9 �5/usr/lib/python3/dist-packages/requests/structures.py�.�� �__file__�.�� �__spec__�.��
�origin�.�� �has_location�.�� �
__cached__�.��
�compat�.�� h h�MutableMapping���.�K .�h.��
� metaclass�.�� �__prepare__�.�� �__getitem__�.��2 �.%s.__prepare__() must return a mapping, not %s�.�� �__name__�.�� �<metaclass>�.�� �requests.structures�.�� �
__module__�.��� X� 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.
�.�� �__qualname__�.�� N��.�� �CaseInsensitiveDict.__init__�.�� �__setitem__�.��# �CaseInsensitiveDict.__setitem__�.��# �CaseInsensitiveDict.__getitem__�.�� �__delitem__�.��# �CaseInsensitiveDict.__delitem__�.�� �__iter__�.�� �CaseInsensitiveDict.__iter__�.�� �__len__�.�� �CaseInsensitiveDict.__len__�.��# �CaseInsensitiveDict.lower_items�.��
�__eq__�.�� �CaseInsensitiveDict.__eq__�.�� �copy�.�� �CaseInsensitiveDict.copy�.�� �__repr__�.�� �CaseInsensitiveDict.__repr__�.�� �__orig_bases__�.�� �builtins��dict�����.�� �Dictionary lookup object.�.�� �LookupDict.__init__�.�� �LookupDict.__repr__�.�� �LookupDict.__getitem__�.�� �LookupDict.get�.��! �.0��casedkey��mappedvalue���.�� hD�lowerkey��keyval���.�� �<module requests.structures>�.�� � __class__���.�� �self��key���.��
hN�other���.�� hN�data��kwargs���.�� hNhhL��.�� hN��.�� hNhO�value���.�� hNhO�default���.�� � �.