Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/selectors.py:272–274 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
270
return
key
271
272
def
close(self):
273
self._fd_to_key.clear()
274
self._map = None
275
276
def
get_map(self):
277
return
self._map
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected