Python runpy Functions

EditRocket provides the following information on runpy functions in the Python source code builder.

run_module(mod_name[, init_globals][, run_name][, alter_sys]) - Execute the code of the specified module and return the resulting module globals dictionary.