Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _key
Method
_key
Lib/importlib/metadata/__init__.py:295–296 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
293
)
294
295
def
_key(self):
296
return
self.name, self.value, self.group
297
298
def
__lt__(self, other):
299
return
self._key() < other._key()
Callers
5
__lt__
Method · 0.95
__eq__
Method · 0.95
__hash__
Method · 0.95
_get_values
Method · 0.80
__iter__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected