Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py1762 if _exact_half(self._int, prec):
1769 if _exact_half(self._int, prec) and \
5941 _exact_half = re.compile('50*$').match variable