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

Method _sendfile_native

Lib/asyncio/base_events.py:1292–1294  ·  view source on GitHub ↗
(self, transp, file, offset, count)

Source from the content-addressed store, hash-verified

1290 offset, count)
1291
1292 async def _sendfile_native(self, transp, file, offset, count):
1293 raise exceptions.SendfileNotAvailableError(
1294 "sendfile syscall is not supported")
1295
1296 async def _sendfile_fallback(self, transp, file, offset, count):
1297 if offset:

Callers 2

sendfileMethod · 0.95
sendfile_nativeMethod · 0.45

Calls

no outgoing calls

Tested by 1

sendfile_nativeMethod · 0.36