Home
last modified time | relevance | path

Searched refs:allow_float (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py865 other = _convert_other(other, allow_float=True)
873 other = _convert_other(other, allow_float=True)
881 other = _convert_other(other, allow_float=True)
890 other = _convert_other(other, allow_float=True)
899 other = _convert_other(other, allow_float=True)
908 other = _convert_other(other, allow_float=True)
5786 def _convert_other(other, raiseit=False, allow_float=False): argument
5798 if allow_float and isinstance(other, float):