Home
last modified time | relevance | path

Searched defs:compare_total_mag (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Ddecimal.py2902 def compare_total_mag(self, other): member in Decimal
4113 def compare_total_mag(self, a, b): member in Context
/external/python/cpython3/Lib/
D_pydecimal.py3004 def compare_total_mag(self, other, context=None): member in Decimal
4283 def compare_total_mag(self, a, b): member in Context