Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/selectors.py:465–467 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
463
return
ready
464
465
def
close(self):
466
self._selector.close()
467
super().close()
468
469
470
if
hasattr(select,
'devpoll'
):
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
close
Method · 0.45
Tested by
no test coverage detected