Home
last modified time | relevance | path

Searched defs:_KEYCRE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dconfigparser.py391 _KEYCRE = re.compile(r"%\(([^)]+)\)s") variable in BasicInterpolation
452 _KEYCRE = re.compile(r"\$\{([^}]+)\}") variable in ExtendedInterpolation
526 _KEYCRE = re.compile(r"%\(([^)]*)\)s|.") variable in LegacyInterpolation
/external/python/cpython2/Lib/
DConfigParser.py676 _KEYCRE = re.compile(r"%\(([^)]*)\)s|.") variable in ConfigParser