Searched defs:create_connection (Results 1 – 7 of 7) sorted by relevance
| /third_party/python/Lib/test/ | ||
| D | mock_socket.py | 117 def create_connection(address, timeout=socket_module._GLOBAL_DEFAULT_TIMEOUT, function |
| D | test_httplib.py | 134 def create_connection(self, *pos, **kw): member in FakeSocketHTTPConnection |
| D | test_nntplib.py | 1509 def create_connection(address, timeout): member in MockSocketTests.check_constructor_error_conditions.mock_socket_module |
| /third_party/python/Lib/ | ||
| D | socket.py | 820 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function |
| /third_party/python/Lib/asyncio/ | ||
| D | events.py | 300 async def create_connection( member in AbstractEventLoop |
| D | base_events.py | 987 async def create_connection( member in BaseEventLoop |
| /third_party/python/Lib/test/test_asyncio/ | ||
| D | test_events.py | 599 def _test_create_ssl_connection(self, httpd, create_connection, argument |