MCPcopy Create free account
hub / github.com/numpy/numpy / __eq__

Method __eq__

numpy/_utils/_pep440.py:58–59  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

56 return False
57
58 def __eq__(self, other):
59 return isinstance(other, self.__class__)
60
61 def __ne__(self, other):
62 return not isinstance(other, self.__class__)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected