Home
last modified time | relevance | path

Searched refs:_run_module_code (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Drunpy.py75 def _run_module_code(code, init_globals=None, function
187 return _run_module_code(code, init_globals, run_name,
252 return _run_module_code(code, init_globals, run_name, path_name)
/external/python/cpython3/Lib/
Drunpy.py88 def _run_module_code(code, init_globals=None, function
205 return _run_module_code(code, init_globals, run_name, mod_spec)
262 return _run_module_code(code, init_globals, run_name,
/external/python/cpython2/Lib/test/
Dtest_runpy.py13 from runpy import _run_code, _run_module_code, run_module, run_path
62 d2 = _run_module_code(self.test_source,
/external/python/cpython3/Lib/test/
Dtest_runpy.py19 from runpy import _run_code, _run_module_code, run_module, run_path
176 return _run_module_code(example_source,