MCPcopy Index your code
hub / github.com/python/cpython / __lt__

Method __lt__

Lib/importlib/metadata/_text.py:67–68  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

65 """
66
67 def __lt__(self, other):
68 return self.lower() < other.lower()
69
70 def __gt__(self, other):
71 return self.lower() > other.lower()

Callers

nothing calls this directly

Calls 1

lowerMethod · 0.95

Tested by

no test coverage detected