Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py3722 return _format_number(self._sign, intpart, fracpart, exp, spec)
6166 def _format_number(is_negative, intpart, fracpart, exp, spec): function
/external/python/cpython3/Lib/
D_pydecimal.py3828 return _format_number(self._sign, intpart, fracpart, exp, spec)
6350 def _format_number(is_negative, intpart, fracpart, exp, spec): function