Skip to content

flowmachine.core.subset

subset_factory

subset_factory(parent_class)
Source: flowmachine/core/subset.py

Creates the subset class dynamically, so that it inherits directly from whatever calls the subsetting. Thus a subset will inherit the methods of the parent class.

subset_numbers_factory

subset_numbers_factory(parent_class)
Source: flowmachine/core/subset.py

Creates the NumericSubset class dynamically, similar to subset_factory.