Searched refs:_isinfinity (Results 1 – 1 of 1) 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 …]