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

Method handle_write

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

Source from the content-addressed store, hash-verified

496 self.log_info('unhandled read event', 'warning')
497
498 def handle_write(self):
499 self.log_info('unhandled write event', 'warning')
500
501 def handle_connect(self):
502 self.log_info('unhandled connect event', 'warning')

Callers 1

handle_write_eventMethod · 0.95

Calls 1

log_infoMethod · 0.95

Tested by

no test coverage detected