Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py1789 def _round_05up(self, prec): member in Decimal
1804 ROUND_05UP = _round_05up,
/external/python/cpython3/Lib/
D_pydecimal.py1812 def _round_05up(self, prec): member in Decimal
1827 ROUND_05UP = _round_05up,