MCPcopy Create free account
hub / github.com/RustPython/RustPython / handle_write

Method handle_write

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

Source from the content-addressed store, hash-verified

531 self.out_buffer = self.out_buffer[num_sent:]
532
533 def handle_write(self):
534 self.initiate_send()
535
536 def writable(self):
537 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