MCPcopy Index your code
hub / github.com/python/cpython / handle_close

Method handle_close

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

Source from the content-addressed store, hash-verified

501 self.log_info('unhandled accepted event', 'warning')
502
503 def handle_close(self):
504 self.log_info('unhandled close event', 'warning')
505 self.close()
506
507# ---------------------------------------------------------------------------
508# 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