MCPcopy Create free account
hub / github.com/nodejs/node / __ne__

Method __ne__

tools/inspector_protocol/jinja2/nodes.py:232–233  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

230 tuple(self.iter_fields()) == tuple(other.iter_fields())
231
232 def __ne__(self, other):
233 return not self.__eq__(other)
234
235 # Restore Python 2 hashing behavior on Python 3
236 __hash__ = object.__hash__

Callers

nothing calls this directly

Calls 1

__eq__Method · 0.95

Tested by

no test coverage detected