Searched defs:_KEYCRE (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ | ||
H A D | configparser.py | 392 _KEYCRE = re.compile(r"%\(([^)]+)\)s") variable in BasicInterpolation 453 _KEYCRE = re.compile(r"\$\{([^}]+)\}") variable in ExtendedInterpolation 527 _KEYCRE = re.compile(r"%\(([^)]*)\)s|.") variable in LegacyInterpolation |
Completed in 3 milliseconds