Home
last modified time | relevance | path

Searched refs:_UnixReadPipeTransport (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dunix_events.py179 return _UnixReadPipeTransport(self, pipe, protocol, waiter, extra)
436 class _UnixReadPipeTransport(transports.ReadTransport): class
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_unix_events.py666 transport = unix_events._UnixReadPipeTransport(self.loop, self.pipe,