Searched refs:_isinfinity (Results 1 – 1 of 1) sorted by relevance
715 def _isinfinity(self): member in Decimal807 self_inf = self._isinfinity()808 other_inf = other._isinfinity()1143 if self._isinfinity():1145 if self._sign != other._sign and other._isinfinity():1148 if other._isinfinity():1255 if self._isinfinity():1260 if other._isinfinity():1309 if self._isinfinity() and other._isinfinity():1312 if self._isinfinity():[all …]