Searched defs:compare_total_mag (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | decimal.py | 2902 def compare_total_mag(self, other): member in Decimal |
/external/python/cpython3/Lib/ | ||
D | _pydecimal.py | 3008 def compare_total_mag(self, other, context=None): member in Decimal |