Home | History | Annotate | Download | only in distutils

Lines Matching full:local_vars

1156 .. function:: subst_vars(s, local_vars)
1160 by the value found in the *local_vars* dictionary, or in ``os.environ`` if it's
1161 not in *local_vars*. *os.environ* is first checked/augmented to guarantee that
1163 for any variables not found in either *local_vars* or ``os.environ``.