Searched refs:_run_module_code (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ |
H A 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) 291 return _run_module_code(code, init_globals, run_name,
|
/third_party/python/Lib/test/ |
H A D | test_runpy.py | 22 from runpy import _run_code, _run_module_code, run_module, run_path namespace 45 nested = runpy._run_module_code('x=1\\n', mod_name='<run>') 148 """Unit tests for runpy._run_code and runpy._run_module_code""" 179 return _run_module_code(example_source,
|
Completed in 4 milliseconds