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

Method _process_self_data

Lib/asyncio/selector_events.py:127–128  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

125 self._add_reader(self._ssock.fileno(), self._read_from_self)
126
127 def _process_self_data(self, data):
128 pass
129
130 def _read_from_self(self):
131 while True:

Callers 1

_read_from_selfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected