Home
last modified time | relevance | path

Searched defs:create_connection (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/
Dsocket.py541 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
/external/python/cpython3/Lib/test/
Dmock_socket.py117 def create_connection(address, timeout=socket_module._GLOBAL_DEFAULT_TIMEOUT, function
Dtest_httplib.py132 def create_connection(self, *pos, **kw): member in FakeSocketHTTPConnection
2032 def create_connection(address, timeout=None, source_address=None): function
Dtest_nntplib.py1509 def create_connection(address, timeout): member in MockSocketTests.check_constructor_error_conditions.mock_socket_module
/external/python/cpython3/Lib/
Dsocket.py808 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
/external/python/cpython2/Lib/test/
Dtest_httplib.py952 def create_connection(address, timeout=None, source_address=None): function
/external/python/cpython3/Lib/asyncio/
Devents.py301 async def create_connection( member in AbstractEventLoop
Dbase_events.py972 async def create_connection( member in BaseEventLoop
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py598 def _test_create_ssl_connection(self, httpd, create_connection, argument