Lines Matching refs:_cmp
799 def _cmp(self, other): member in Decimal
869 return self._cmp(other) == 0
877 return self._cmp(other) != 0
886 return self._cmp(other) < 0
895 return self._cmp(other) <= 0
904 return self._cmp(other) > 0
913 return self._cmp(other) >= 0
932 return Decimal(self._cmp(other))
2733 c = self._cmp(other)
2775 c = self._cmp(other)
3351 c = self.copy_abs()._cmp(other.copy_abs())
3381 c = self.copy_abs()._cmp(other.copy_abs())
3456 comparison = self._cmp(other)