Home
last modified time | relevance | path

Searched defs:pipe_connection_lost (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/asyncio/
Dprotocols.py193 def pipe_connection_lost(self, fd, exc): member in SubprocessProtocol
Dsubprocess.py74 def pipe_connection_lost(self, fd, exc): member in SubprocessStreamProtocol
/third_party/python/Lib/test/test_asyncio/
Dtest_events.py248 def pipe_connection_lost(self, fd, exc): member in MySubprocessProtocol