HomeSort by relevance Sort by last modified time
    Searched refs:create_unix_connection (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Lib/test/test_asyncio/
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',
    [all...]
test_events.py 623 conn_fut = self.loop.create_unix_connection(
755 self.loop.create_unix_connection,
    [all...]
  /external/python/cpython3/Lib/asyncio/
events.py 383 async def create_unix_connection( member in class:AbstractEventLoop
streams.py 127 transport, _ = await loop.create_unix_connection(
unix_events.py 206 async def create_unix_connection( member in class:_UnixSelectorEventLoop
    [all...]

Completed in 404 milliseconds