Searched refs:create_unix_connection (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython3/Doc/library/ |
D | asyncio-llapi-index.rst | 155 * - ``await`` :meth:`loop.create_unix_connection` 307 :meth:`loop.create_connection`, :meth:`loop.create_unix_connection`, 327 :meth:`loop.create_connection`, :meth:`loop.create_unix_connection`,
|
D | asyncio-platforms.rst | 28 * :meth:`loop.create_unix_connection` and
|
D | asyncio-stream.rst | 116 See also the documentation of :meth:`loop.create_unix_connection`.
|
D | asyncio-protocol.rst | 121 :meth:`loop.create_unix_connection`, 530 :meth:`loop.create_unix_connection`, :meth:`loop.connect_accepted_socket`,
|
D | asyncio-eventloop.rst | 488 .. coroutinemethod:: loop.create_unix_connection(protocol_factory, \
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_unix_events.py | 287 coro = self.loop.create_unix_connection(lambda: None, path) 361 coro = self.loop.create_unix_connection(lambda: None, 386 coro = self.loop.create_unix_connection( 392 coro = self.loop.create_unix_connection( 399 coro = self.loop.create_unix_connection( 406 coro = self.loop.create_unix_connection( 415 coro = self.loop.create_unix_connection(lambda: None, path='spam',
|
D | test_events.py | 623 conn_fut = self.loop.create_unix_connection( 755 self.loop.create_unix_connection, 1072 f_c = self.loop.create_unix_connection( 1139 f_c = self.loop.create_unix_connection(MyProto, path, 1200 f_c = self.loop.create_unix_connection(MyProto, path,
|
/external/python/cpython3/Lib/asyncio/ |
D | events.py | 383 async def create_unix_connection( member in AbstractEventLoop
|
D | streams.py | 127 transport, _ = await loop.create_unix_connection(
|
D | unix_events.py | 206 async def create_unix_connection( member in _UnixSelectorEventLoop
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a3.rst | 535 asyncio: Support pathlib.Path in create_unix_connection; sock arg should be
|
/external/python/cpython3/Misc/ |
D | HISTORY | 2305 New APIs: loop.create_unix_connection(), loop.create_unix_server(),
|