Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py759 def _compare_check_nans(self, other, context): member in Decimal
883 ans = self._compare_check_nans(other, context)
892 ans = self._compare_check_nans(other, context)
901 ans = self._compare_check_nans(other, context)
910 ans = self._compare_check_nans(other, context)
2824 ans = self._compare_check_nans(other, context)
/external/python/cpython3/Lib/
D_pydecimal.py777 def _compare_check_nans(self, other, context): member in Decimal
893 ans = self._compare_check_nans(other, context)
902 ans = self._compare_check_nans(other, context)
911 ans = self._compare_check_nans(other, context)
920 ans = self._compare_check_nans(other, context)
2930 ans = self._compare_check_nans(other, context)