Utils#
- is_module_loaded(module_import_name)[source]#
Checks if a given module has already been loaded. BEWARE: the argument should be the true name of a module, not an alias. That is for > import foo as bar one should pass “foo” to this function
Checks if a given module has already been loaded. BEWARE: the argument should be the true name of a module, not an alias. That is for > import foo as bar one should pass “foo” to this function