Home
last modified time | relevance | path

Searched refs:subst_vars (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/distutils/command/
Dinstall.py16 from distutils.util import convert_path, subst_vars, change_root
492 val = subst_vars(val, self.config_vars)
/third_party/python/Lib/distutils/
Dutil.py188 def subst_vars (s, local_vars): function
/third_party/python/Doc/distutils/
Dapiref.rst1192 .. function:: subst_vars(s, local_vars)