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

Method _get_sendmsg_buffer

Lib/asyncio/selector_events.py:1098–1099  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1096 self._maybe_pause_protocol()
1097
1098 def _get_sendmsg_buffer(self):
1099 return itertools.islice(self._buffer, SC_IOV_MAX)
1100
1101 def _write_sendmsg(self):
1102 assert self._buffer, 'Data should not be empty'

Callers 1

_write_sendmsgMethod · 0.95

Calls 1

isliceMethod · 0.80

Tested by

no test coverage detected