Searched refs:_run_module_code (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ |
D | runpy.py | 89 def _run_module_code(code, init_globals=None, function 209 return _run_module_code(code, init_globals, run_name, mod_spec) 269 return _run_module_code(code, init_globals, run_name,
|
/third_party/python/Lib/test/ |
D | test_runpy.py | 22 from runpy import _run_code, _run_module_code, run_module, run_path 179 return _run_module_code(example_source,
|