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

Method _sock_write_done

Lib/asyncio/selector_events.py:676–678  ·  view source on GitHub ↗
(self, fd, fut, handle=None)

Source from the content-addressed store, hash-verified

674 fut = None
675
676 def _sock_write_done(self, fd, fut, handle=None):
677 if handle is None or not handle.cancelled():
678 self.remove_writer(fd)
679
680 def _sock_connect_cb(self, fut, sock, address):
681 if fut.done():

Callers

nothing calls this directly

Calls 2

remove_writerMethod · 0.95
cancelledMethod · 0.45

Tested by

no test coverage detected