Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ selectors.py
File
selectors.py
Lib/selectors.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Selectors module.
2
3
This module allows high-level and efficient I/O multiplexing, built upon the
4
`select` module primitives.
Callers
nothing calls this directly
Calls
2
namedtuple
Function · 0.90
_can_use
Function · 0.85
Tested by
no test coverage detected