MCPcopy Index your code
hub / github.com/RustPython/RustPython / _sock_read_done

Method _sock_read_done

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

Source from the content-addressed store, hash-verified

388 return await fut
389
390 def _sock_read_done(self, fd, fut, handle=None):
391 if handle is None or not handle.cancelled():
392 self.remove_reader(fd)
393
394 def _sock_recv(self, fut, sock, n):
395 # _sock_recv() can add itself as an I/O callback if the operation can't

Callers

nothing calls this directly

Calls 2

remove_readerMethod · 0.95
cancelledMethod · 0.45

Tested by

no test coverage detected