Home
last modified time | relevance | path

Searched defs:connection_lost (Results 1 - 14 of 14) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
H A Dtest_buffered_proto.py23 def connection_lost(self, exc): member in ReceiveStuffProto
H A Dtest_sslproto.py546 def connection_lost(self, exc): member in BaseStartTLS.test_start_tls_server_1.ServerProto
H A Dtest_sock_lowlevel.py49 def connection_lost(self, exc): member in MyProto
H A Dtest_sendfile.py55 def connection_lost(self, exc): member in MySendfileProto
86 def connection_lost(self, exc): member in MyProto
H A Dtest_ssl.py59 def connection_lost(self, exc): member in MyBaseProto
522 def connection_lost(self, exc): member in TestSSL.test_ssl_handshake_connection_lost.ClientProto
567 def connection_lost(self, exc): member in TestSSL.test_connect_accepted_socket.MyProto
994 def connection_lost(self, exc): member in TestSSL.test_start_tls_server_1.ServerProto
1500 def connection_lost(sel member in TestSSL.test_shutdown_timeout_handler_leak.Protocol
1561 def connection_lost(self, exc): global() member in TestSSL.test_shutdown_timeout_handler_not_set.Protocol
[all...]
H A Dtest_proactor_events.py980 def connection_lost(self, exc): global() member in ProactorEventLoopUnixSockSendfileTests.MyProto
[all...]
H A Dtest_unix_events.py470 def connection_lost(self, exc): member in SelectorEventLoopUnixSockSendfileTests.MyProto
[all...]
H A Dtest_events.py110 def connection_lost(self, exc): member in MyBaseProto
148 def connection_lost(self, exc): member in MyDatagramProto
182 def connection_lost(self, exc): member in MyReadPipeProto
209 def connection_lost(self, exc): member in MyWritePipeProto
239 def connection_lost(self, exc): member in MySubprocessProtocol
730 def connection_lost(self, exc): member in EventLoopTestsMixin.test_connect_accepted_socket.MyProto
H A Dtest_base_events.py1029 def connection_lost(self, exc): member in MyProto
1061 def connection_lost(self, exc): member in MyDatagramProto
1958 def connection_lost(self, exc): member in BaseLoopSockSendfileTests.MyProto
/third_party/python/Lib/asyncio/
H A Dprotocols.py29 def connection_lost(self, exc): member in BaseProtocol
H A Dbase_subprocess.py269 def connection_lost(self, exc): member in WriteSubprocessPipeProto
H A Dstreams.py152 def connection_lost(self, exc): member in FlowControlMixin
252 def connection_lost(self, exc): member in StreamReaderProtocol
H A Dsslproto.py387 def connection_lost(self, exc): member in SSLProtocol
H A Dbase_events.py233 def connection_lost(self, exc): member in _SendfileFallbackProtocol

Completed in 20 milliseconds