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

Method __eq__

Lib/importlib/metadata/__init__.py:301–302  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

299 return self._key() < other._key()
300
301 def __eq__(self, other):
302 return self._key() == other._key()
303
304 def __setattr__(self, name, value):
305 raise AttributeError("EntryPoint objects are immutable.")

Callers

nothing calls this directly

Calls 1

_keyMethod · 0.95

Tested by

no test coverage detected