Searched refs:connect_read_pipe (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/asyncio/ |
H A D | base_subprocess.py | 168 _, pipe = await loop.connect_read_pipe( 174 _, pipe = await loop.connect_read_pipe(
|
H A D | events.py | 484 async def connect_read_pipe(self, protocol_factory, pipe): member in AbstractEventLoop
|
H A D | base_events.py | 1586 async def connect_read_pipe(self, protocol_factory, pipe): member in BaseEventLoop
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_subprocess.py | 304 connect_read_pipe = self.loop.connect_read_pipe 307 transport, protocol = await connect_read_pipe(*args, **kw) 312 self.loop.connect_read_pipe = connect_read_pipe_mock
|
H A D | test_events.py | 1371 t, p = await self.loop.connect_read_pipe( 1409 read_transport, _ = await loop.connect_read_pipe( 1440 t, p = await self.loop.connect_read_pipe(lambda: proto, 1586 read_connect = self.loop.connect_read_pipe(lambda: read_proto, 2564 await loop.connect_read_pipe(f, mock.sentinel.pipe)
|
H A D | test_streams.py | 793 self.loop.connect_read_pipe(lambda: protocol, pipe))
|
Completed in 13 milliseconds