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

Method sock_sendfile

Lib/asyncio/events.py:622–624  ·  view source on GitHub ↗
(self, sock, file, offset=0, count=None,
                            *, fallback=None)

Source from the content-addressed store, hash-verified

620 raise NotImplementedError
621
622 async def sock_sendfile(self, sock, file, offset=0, count=None,
623 *, fallback=None):
624 raise NotImplementedError
625
626 # Signal handling.
627

Calls

no outgoing calls