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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Ddecimal.py970 if self._isinteger():
1881 if not (self._isinteger() and
1882 other._isinteger() and
1883 modulo._isinteger()):
2016 if other._isinteger() and other._sign == 0:
2139 if other._isinteger() and other._sign == 0:
2195 if other._isinteger():
2225 if other._isinteger():
2324 if exact and not other._isinteger():
2760 def _isinteger(sel member in class:Decimal
[all...]

Completed in 10 milliseconds