Searched defs:pipe_connection_lost (Results 1 – 3 of 3) sorted by relevance
| /external/python/cpython3/Lib/asyncio/ | ||
| D | protocols.py | 189 def pipe_connection_lost(self, fd, exc): member in SubprocessProtocol |
| D | subprocess.py | 74 def pipe_connection_lost(self, fd, exc): member in SubprocessStreamProtocol |
| /external/python/cpython3/Lib/test/test_asyncio/ | ||
| D | test_events.py | 248 def pipe_connection_lost(self, fd, exc): member in MySubprocessProtocol |