Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_cmp

800     def _cmp(self, other):
870 return self._cmp(other) == 0
878 return self._cmp(other) != 0
887 return self._cmp(other) < 0
896 return self._cmp(other) <= 0
905 return self._cmp(other) > 0
914 return self._cmp(other) >= 0
933 return Decimal(self._cmp(other))
2735 c = self._cmp(other)
2777 c = self._cmp(other)
3353 c = self.copy_abs()._cmp(other.copy_abs())
3383 c = self.copy_abs()._cmp(other.copy_abs())
3458 comparison = self._cmp(other)