Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
D_pydecimal.py6162 _parse_format_specifier_regex = re.compile(r"""\A variable
6207 m = _parse_format_specifier_regex.match(format_spec)
/external/python/cpython2/Lib/
Ddecimal.py5952 _parse_format_specifier_regex = re.compile(r"""\A variable
5996 m = _parse_format_specifier_regex.match(format_spec)