Home
last modified time | relevance | path

Searched defs:connection_lost (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dtest_buffered_proto.py23 def connection_lost(self, exc): member in ReceiveStuffProto
Dtest_sendfile.py54 def connection_lost(self, exc): member in MySendfileProto
85 def connection_lost(self, exc): member in MyProto
Dtest_events.py109 def connection_lost(self, exc): member in MyBaseProto
147 def connection_lost(self, exc): member in MyDatagramProto
181 def connection_lost(self, exc): member in MyReadPipeProto
208 def connection_lost(self, exc): member in MyWritePipeProto
238 def connection_lost(self, exc): member in MySubprocessProtocol
688 def connection_lost(self, exc): member in EventLoopTestsMixin.test_connect_accepted_socket.MyProto
Dtest_sock_lowlevel.py46 def connection_lost(self, exc): member in MyProto
Dtest_base_events.py1024 def connection_lost(self, exc): member in MyProto
1056 def connection_lost(self, exc): member in MyDatagramProto
1983 def connection_lost(self, exc): member in BaseLoopSockSendfileTests.MyProto
Dtest_sslproto.py541 def connection_lost(self, exc): member in BaseStartTLS.test_start_tls_server_1.ServerProto
Dtest_proactor_events.py930 def connection_lost(self, exc): member in ProactorEventLoopUnixSockSendfileTests.MyProto
Dtest_unix_events.py470 def connection_lost(self, exc): member in SelectorEventLoopUnixSockSendfileTests.MyProto
/third_party/python/Lib/asyncio/
Dstreams.py153 def connection_lost(self, exc): member in FlowControlMixin
247 def connection_lost(self, exc): member in StreamReaderProtocol
Dprotocols.py29 def connection_lost(self, exc): member in BaseProtocol
Dbase_subprocess.py269 def connection_lost(self, exc): member in WriteSubprocessPipeProto
Dsslproto.py482 def connection_lost(self, exc): member in SSLProtocol
Dbase_events.py232 def connection_lost(self, exc): member in _SendfileFallbackProtocol