Searched refs:run_module (Results 1 – 3 of 3) sorted by relevance
13 from runpy import _run_code, _run_module_code, run_module, run_path88 run_module(mod_name)107 run_module("runpy")167 d1 = run_module(mod_name) # Read from source174 d2 = run_module(mod_name) # Read from bytecode189 d1 = run_module(pkg_name) # Read from source196 d2 = run_module(pkg_name) # Read from bytecode241 d1 = run_module(mod_name, run_name=run_name) # Read from source250 d2 = run_module(mod_name, run_name=run_name) # Read from bytecode
164 def run_module(mod_name, init_globals=None, function