Searched defs:_check_nans (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
H A Ddecimal.py727 def _check_nans(self, other=None, context=None): member in class:Decimal
760 """Version of _check_nans used for the signaling comparisons
867 if self._check_nans(other, context):
875 if self._check_nans(other, context):
928 ans = self._check_nans(other, context)
1065 ans = self._check_nans(context=context)
1087 ans = self._check_nans(context=context)
1113 ans = self._check_nans(context=context)
1137 ans = self._check_nans(other, context)
1219 ans = self._check_nans(othe
[all...]

Completed in 105 milliseconds