Searched refs:_isinfinity (Results 1 – 2 of 2) sorted by relevance
714 def _isinfinity(self): member in Decimal806 self_inf = self._isinfinity()807 other_inf = other._isinfinity()1141 if self._isinfinity():1143 if self._sign != other._sign and other._isinfinity():1146 if other._isinfinity():1253 if self._isinfinity():1258 if other._isinfinity():1307 if self._isinfinity() and other._isinfinity():1310 if self._isinfinity():[all …]
732 def _isinfinity(self): member in Decimal824 self_inf = self._isinfinity()825 other_inf = other._isinfinity()1174 if self._isinfinity():1176 if self._sign != other._sign and other._isinfinity():1179 if other._isinfinity():1286 if self._isinfinity():1291 if other._isinfinity():1340 if self._isinfinity() and other._isinfinity():1343 if self._isinfinity():[all …]