Lines Matching refs:_cmp
827 def _cmp(self, other):
897 return self._cmp(other) == 0
906 return self._cmp(other) < 0
915 return self._cmp(other) <= 0
924 return self._cmp(other) > 0
933 return self._cmp(other) >= 0
951 return Decimal(self._cmp(other))
2849 c = self._cmp(other)
2891 c = self._cmp(other)
3467 c = self.copy_abs()._cmp(other.copy_abs())
3497 c = self.copy_abs()._cmp(other.copy_abs())
3572 comparison = self._cmp(other)