Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __init__
Method
__init__
Lib/selectors.py:284–287 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
282
""
"Select-based selector."
""
283
284
def
__init__(self):
285
super().__init__()
286
self._readers = set()
287
self._writers = set()
288
289
def
register(self, fileobj, events, data=None):
290
key = super().register(fileobj, events, data)
Callers
2
__init__
Method · 0.45
__init__
Method · 0.45
Calls
2
super
Class · 0.85
set
Function · 0.85
Tested by
no test coverage detected