Searched refs:_subst (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/distutils/ | ||
H A D | util.py | 198 def _subst (match, local_vars=local_vars): function 206 return re.sub(r'\$([a-zA-Z_][a-zA-Z_0-9]*)', _subst, s) |
Completed in 2 milliseconds