MCPcopy 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
3This module allows high-level and efficient I/O multiplexing, built upon the
4`select` module primitives.

Callers

nothing calls this directly

Calls 2

namedtupleFunction · 0.90
_can_useFunction · 0.85

Tested by

no test coverage detected