Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/selectors.py:563–565 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
561
return
ready
562
563
def
close(self):
564
self._selector.close()
565
super().close()
566
567
568
def
_can_use(method):
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
close
Method · 0.45
Tested by
no test coverage detected