Searched refs:_run_module_code (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ |
D | runpy.py | 91 def _run_module_code(code, init_globals=None, function 226 return _run_module_code(code, init_globals, run_name, mod_spec) 287 return _run_module_code(code, init_globals, run_name,
|
/external/python/cpython3/Lib/test/ |
D | test_runpy.py | 23 from runpy import _run_code, _run_module_code, run_module, run_path 180 return _run_module_code(example_source,
|