MCPcopy Index your code
hub / github.com/RustPython/RustPython / connection_lost

Method connection_lost

Lib/test/test_asyncio/test_ssl.py:572–574  ·  view source on GitHub ↗
(self, exc)

Source from the content-addressed store, hash-verified

570 class MyProto(MyBaseProto):
571
572 def connection_lost(self, exc):
573 super().connection_lost(exc)
574 loop.call_soon(loop.stop)
575
576 def data_received(self, data):
577 super().data_received(data)

Callers

nothing calls this directly

Calls 3

superClass · 0.85
connection_lostMethod · 0.45
call_soonMethod · 0.45

Tested by

no test coverage detected