MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / handle_write

Method handle_write

src/network/asyncore_pollchoose.py:790–791  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

788 self.log_info('unhandled read event', 'warning')
789
790 def handle_write(self):
791 self.log_info('unhandled write event', 'warning')
792
793 def handle_connect(self):
794 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