Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Drunpy.py91 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/
Dtest_runpy.py23 from runpy import _run_code, _run_module_code, run_module, run_path
180 return _run_module_code(example_source,