MCPcopy 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_valuesMethod · 0.80
__iter__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected