MCPcopy Create free account
hub / github.com/bspaans/python-mingus / __ne__

Method __ne__

mingus/core/scales.py:117–118  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

115 return False
116
117 def __ne__(self, other):
118 return not self.__eq__(other)
119
120 def __len__(self):
121 return len(self.ascending())

Callers

nothing calls this directly

Calls 1

__eq__Method · 0.95

Tested by

no test coverage detected