/third_party/python/Lib/test/test_asyncio/ |
D | test_buffered_proto.py | 23 def connection_lost(self, exc): member in ReceiveStuffProto
|
D | test_sendfile.py | 54 def connection_lost(self, exc): member in MySendfileProto 85 def connection_lost(self, exc): member in MyProto
|
D | test_events.py | 109 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
|
D | test_sock_lowlevel.py | 46 def connection_lost(self, exc): member in MyProto
|
D | test_base_events.py | 1024 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
|
D | test_sslproto.py | 541 def connection_lost(self, exc): member in BaseStartTLS.test_start_tls_server_1.ServerProto
|
D | test_proactor_events.py | 930 def connection_lost(self, exc): member in ProactorEventLoopUnixSockSendfileTests.MyProto
|
D | test_unix_events.py | 470 def connection_lost(self, exc): member in SelectorEventLoopUnixSockSendfileTests.MyProto
|
/third_party/python/Lib/asyncio/ |
D | streams.py | 153 def connection_lost(self, exc): member in FlowControlMixin 247 def connection_lost(self, exc): member in StreamReaderProtocol
|
D | protocols.py | 29 def connection_lost(self, exc): member in BaseProtocol
|
D | base_subprocess.py | 269 def connection_lost(self, exc): member in WriteSubprocessPipeProto
|
D | sslproto.py | 482 def connection_lost(self, exc): member in SSLProtocol
|
D | base_events.py | 232 def connection_lost(self, exc): member in _SendfileFallbackProtocol
|