Home
last modified time | relevance | path

Searched defs:local_vars (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dutil.py190 def subst_vars (s, local_vars): argument
200 def _subst (match, local_vars=local_vars): argument
/external/python/cpython3/Lib/distutils/
Dutil.py184 def subst_vars (s, local_vars): argument
194 def _subst (match, local_vars=local_vars): argument
/external/python/cpython2/Lib/
Dsysconfig.py136 def _subst_vars(s, local_vars): argument
/external/python/cpython3/Lib/
Dsysconfig.py143 def _subst_vars(s, local_vars): argument
/external/autotest/client/bin/
Djob.py951 def _run_step_fn(self, local_vars, fn, args, dargs): argument
1004 def _add_step_init(self, local_vars, current_function): argument