Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _process_events
Method
_process_events
Lib/asyncio/base_events.py:544–546 ·
view source on GitHub ↗
Process selector events.
(self, event_list)
Source
from the content-addressed store, hash-verified
542
raise
NotImplementedError
543
544
def
_process_events(self, event_list):
545
""
"Process selector events."
""
546
raise
NotImplementedError
547
548
def
_check_closed(self):
549
if
self._closed:
Callers
1
_run_once
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected