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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddecimal.py3721 # of the formatting to the _format_number function
3722 return _format_number(self._sign, intpart, fracpart, exp, spec)
6143 def _format_number(is_negative, intpart, fracpart, exp, spec): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddecimal.py3721 # of the formatting to the _format_number function
3722 return _format_number(self._sign, intpart, fracpart, exp, spec)
6143 def _format_number(is_negative, intpart, fracpart, exp, spec): function

Completed in 63 milliseconds