MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / __ne__

Method __ne__

src/pendulum/interval.py:412–413  ·  view source on GitHub ↗
(self, other: object)

Source from the content-addressed store, hash-verified

410 return self.as_duration() == other
411
412 def __ne__(self, other: object) -> bool:
413 return not self.__eq__(other)
414
415 def __deepcopy__(self, memo: dict[int, Any]) -> Self:
416 return self.__class__(

Callers

nothing calls this directly

Calls 1

__eq__Method · 0.95

Tested by

no test coverage detected