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