Home
last modified time | relevance | path

Searched refs:connect_read_pipe (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/asyncio/
H A Dbase_subprocess.py168 _, pipe = await loop.connect_read_pipe(
174 _, pipe = await loop.connect_read_pipe(
H A Devents.py484 async def connect_read_pipe(self, protocol_factory, pipe): member in AbstractEventLoop
H A Dbase_events.py1586 async def connect_read_pipe(self, protocol_factory, pipe): member in BaseEventLoop
/third_party/python/Lib/test/test_asyncio/
H A Dtest_subprocess.py304 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 Dtest_events.py1371 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 Dtest_streams.py793 self.loop.connect_read_pipe(lambda: protocol, pipe))

Completed in 10 milliseconds