Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __init__
Method
__init__
Lib/selectors.py:491–494 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
489
""
"Kqueue-based selector."
""
490
491
def
__init__(self):
492
super().__init__()
493
self._selector = select.kqueue()
494
self._max_events = 0
495
496
def
fileno(self):
497
return
self._selector.fileno()
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
__init__
Method · 0.45
Tested by
no test coverage detected