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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddecimal.py2904 def compare_total_mag(self, other): member in class:Decimal
4113 def compare_total_mag(self, a, b): member in class:Context
4119 return a.compare_total_mag(b)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddecimal.py2904 def compare_total_mag(self, other): member in class:Decimal
4113 def compare_total_mag(self, a, b): member in class:Context
4119 return a.compare_total_mag(b)

Completed in 53 milliseconds