MCPcopy Index your code
hub / github.com/nodejs/node / __eq__

Method __eq__

tools/inspector_protocol/jinja2/runtime.py:650–651  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

648 __rsub__ = _fail_with_undefined_error
649
650 def __eq__(self, other):
651 return type(self) is type(other)
652
653 def __ne__(self, other):
654 return not self.__eq__(other)

Callers 1

__ne__Method · 0.95

Calls 1

typeFunction · 0.50

Tested by

no test coverage detected