poppy.core.properties module

class poppy.core.properties.Properties(*args, **kwargs)[source]

Bases: poppy.core.generic.dot_dict.SimpleDotDict

Class for storing parameters used in the pipeline. Tasks in the pipeline should share parameters and targets through this dictionary like.

to_bag()[source]

Transform the data inside the properties into a bag instance containing the top level properties.