Home
last modified time | relevance | path

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

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