Home
last modified time | relevance | path

Searched refs:_isinfinity (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Ddecimal.py714 def _isinfinity(self): member in Decimal
806 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 …]