Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py2829 def compare_total(self, other): member in Decimal
4084 def compare_total(self, a, b): member in Context
/external/python/cpython3/Lib/
D_pydecimal.py2931 def compare_total(self, other, context=None): member in Decimal
4254 def compare_total(self, a, b): member in Context