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

Method handle_close

Lib/test/support/asyncore.py:513–515  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

511 self.log_info('unhandled accepted event', 'warning')
512
513 def handle_close(self):
514 self.log_info('unhandled close event', 'warning')
515 self.close()
516
517# ---------------------------------------------------------------------------
518# adds simple buffered output capability, useful for simple clients.

Callers 5

sendMethod · 0.95
recvMethod · 0.95
handle_expt_eventMethod · 0.95
handle_errorMethod · 0.95
readwriteFunction · 0.45

Calls 2

log_infoMethod · 0.95
closeMethod · 0.95

Tested by

no test coverage detected