Home | Sort by relevance Sort by last modified time |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ | |
decimal.py | 2979 def is_canonical(self): member in class:Decimal 4284 def is_canonical(self, a): member in class:Context [all...] |
/external/python/cpython2/Lib/ | |
decimal.py | 3005 def is_canonical(self): member in class:Decimal 4312 def is_canonical(self, a): member in class:Context [all...] |
/external/python/cpython3/Lib/ | |
_pydecimal.py | 3107 def is_canonical(self): member in class:Decimal 4482 def is_canonical(self, a): member in class:Context [all...] |
/external/python/cpython3/Lib/test/ | |
test_decimal.py | 207 'iscanonical':'is_canonical', 259 self.LogicalFunctions = ('is_canonical', [all...] |