MCPcopy Create free account
hub / github.com/python/cpython / handle_write

Method handle_write

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

Source from the content-addressed store, hash-verified

521 self.out_buffer = self.out_buffer[num_sent:]
522
523 def handle_write(self):
524 self.initiate_send()
525
526 def writable(self):
527 return (not self.connected) or len(self.out_buffer)

Callers

nothing calls this directly

Calls 1

initiate_sendMethod · 0.95

Tested by

no test coverage detected