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

  /external/python/cpython3/Lib/test/test_asyncio/
test_windows_events.py 62 yield from self.loop.create_pipe_connection(
74 trans, proto = yield from self.loop.create_pipe_connection(
91 yield from self.loop.create_pipe_connection(
  /external/python/cpython3/Lib/asyncio/
windows_events.py 315 def create_pipe_connection(self, protocol_factory, address): member in class:ProactorEventLoop

Completed in 71 milliseconds