Searched refs:_run_module_code (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Drunpy.py75 def _run_module_code(code, init_globals=None, function
175 return _run_module_code(code, init_globals, run_name,
240 return _run_module_code(code, init_globals, run_name, path_name)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Drunpy.py75 def _run_module_code(code, init_globals=None, function
175 return _run_module_code(code, init_globals, run_name,
240 return _run_module_code(code, init_globals, run_name, path_name)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_runpy.py13 from runpy import _run_code, _run_module_code, run_module, run_path namespace
22 """Unit tests for runpy._run_code and runpy._run_module_code"""
39 "nested = runpy._run_module_code('x=1\\n', mod_name='<run>')\n"
62 d2 = _run_module_code(self.test_source,

Completed in 7 milliseconds