sardanamodulemanager¶
This module is part of the Python Sardana library. It defines the base classes for module manager
Classes
ModuleManager¶
-
class
ModuleManager[source]¶ This class handles python module loading/reloading and unloading.
-
loadModule(module_name, path=None)[source]¶ Loads the given module name. If the module has been already loaded into this python interpreter, nothing is done.
Parameters: Returns: python module
Raises: ImportError
-
Critical= 50¶
-
Debug= 10¶
-
DftLogLevel= 20¶
-
DftLogMessageFormat= '%(threadName)-14s %(levelname)-8s %(asctime)s %(name)s: %(message)s'¶
-
Error= 40¶
-
Fatal= 50¶
-
Info= 20¶
-
Trace= 5¶
-
Warning= 30¶
-
log_level= 20¶
-
root_inited= True¶
-