MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __ne__

Method __ne__

lib/sqlalchemy/testing/entities.py:47–48  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

45
46class ComparableMixin:
47 def __ne__(self, other):
48 return not self.__eq__(other)
49
50 def __eq__(self, other):
51 """'Deep, sparse compare.

Callers

nothing calls this directly

Calls 1

__eq__Method · 0.95

Tested by

no test coverage detected