Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __hash__
Method
__hash__
Lib/importlib/metadata/__init__.py:313–314 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
311
)
312
313
def
__hash__(self) -> int:
314
return
hash(self._key())
315
316
317
class
EntryPoints(tuple):
Callers
nothing calls this directly
Calls
1
_key
Method · 0.95
Tested by
no test coverage detected