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

/external/python/cpython2/Lib/
H A Ddecimal.py864 other = _convert_other(other, allow_float=True)
872 other = _convert_other(other, allow_float=True)
880 other = _convert_other(other, allow_float=True)
889 other = _convert_other(other, allow_float=True)
898 other = _convert_other(other, allow_float=True)
907 other = _convert_other(other, allow_float=True)
924 other = _convert_other(other, raiseit=True)
1129 other = _convert_other(other)
1214 other = _convert_other(other)
1228 other = _convert_other(othe
5855 def _convert_other(other, raiseit=False, allow_float=False): function
[all...]

Completed in 58 milliseconds