MCPcopy 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
317class EntryPoints(tuple):

Callers

nothing calls this directly

Calls 1

_keyMethod · 0.95

Tested by

no test coverage detected