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

Method handle_write

Lib/test/support/asynchat.py:193–194  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

191 self.ac_in_buffer = b''
192
193 def handle_write(self):
194 self.initiate_send()
195
196 def handle_close(self):
197 self.close()

Callers

nothing calls this directly

Calls 1

initiate_sendMethod · 0.95

Tested by

no test coverage detected