pasteur.module.Module

Contents

pasteur.module.Module#

class pasteur.module.Module[source]#

A Pasteur module extends a base Module class (such as Datset) and defines a name.

Each base class, name combination registered in the system is considered unique*. Example: there should only be one registered Dataset named “adult”.

*the exception to this is metrics, where the name corresponds to a column type and there can be multiple visualizations for a certain column type.

Attributes

Methods

name: str = ''#