Home
last modified time | relevance | path

Searched refs:run_module (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_runpy.py13 from runpy import _run_code, _run_module_code, run_module, run_path
88 run_module(mod_name)
107 run_module("runpy")
167 d1 = run_module(mod_name) # Read from source
174 d2 = run_module(mod_name) # Read from bytecode
189 d1 = run_module(pkg_name) # Read from source
196 d2 = run_module(pkg_name) # Read from bytecode
241 d1 = run_module(mod_name, run_name=run_name) # Read from source
250 d2 = run_module(mod_name, run_name=run_name) # Read from bytecode
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drunpy.py164 def run_module(mod_name, init_globals=None, function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Drunpy.py164 def run_module(mod_name, init_globals=None, function