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

Method _process_events

Lib/asyncio/base_events.py:549–551  ·  view source on GitHub ↗

Process selector events.

(self, event_list)

Source from the content-addressed store, hash-verified

547 raise NotImplementedError
548
549 def _process_events(self, event_list):
550 """Process selector events."""
551 raise NotImplementedError
552
553 def _check_closed(self):
554 if self._closed:

Callers 1

_run_onceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected