Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py2491 def same_quantum(self, other): member in Decimal
5212 def same_quantum(self, a, b): member in Context
/external/python/cpython3/Lib/
D_pydecimal.py2597 def same_quantum(self, other, context=None): member in Decimal
5388 def same_quantum(self, a, b): member in Context