TenjintShell.safe_run_module¶
-
TenjintShell.
safe_run_module
(mod_name, where)¶ A safe version of runpy.run_module().
This version will never throw an exception, but instead print helpful error messages to the screen.
SystemExit exceptions with status code 0 or None are ignored.
- Parameters
mod_name (string) – The name of the module to be executed.
where (dict) – The globals namespace.