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

Method handle_connect

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

Source from the content-addressed store, hash-verified

489 self.log_info('unhandled write event', 'warning')
490
491 def handle_connect(self):
492 self.log_info('unhandled connect event', 'warning')
493
494 def handle_accept(self):
495 pair = self.accept()

Callers 1

handle_connect_eventMethod · 0.95

Calls 1

log_infoMethod · 0.95

Tested by

no test coverage detected