Searched refs:is_canonical (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Ddecimal.py2979 def is_canonical(self): member in class:Decimal
4284 def is_canonical(self, a): member in class:Context
4290 >>> ExtendedContext.is_canonical(Decimal('2.50'))
4293 return a.is_canonical()

Completed in 14 milliseconds