pasteur.module#
Description
Contains the module definitions in Pasteur, the base classes all Pasteur modules extend from.
In Pasteur, all functionality is achieved through the use of modules. You should not interact with this module directly, but rather through its children.
Functions
|
Filters the list modules for modules which extend |
|
Same as get_module_dict, except for that it returns a list. |
Classes
|
A Pasteur module extends a base Module class (such as Datset) and defines a name. |
|
Modules which need to be instantiated multiple times extend from ModuleClass and define a Factory to act as their module. |
|
Some modules (such as transformers) require multiple instances in the system. |