Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/selectors.py:481–483 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
479
return
self._selector.fileno()
480
481
def
close(self):
482
self._selector.close()
483
super().close()
484
485
486
if
hasattr(select,
'kqueue'
):
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
close
Method · 0.45
Tested by
no test coverage detected