flambe.export.exporter

Module Contents

class flambe.export.exporter.Exporter(**kwargs: Dict[str, Any])[source]

Bases: flambe.Component

Implement an Exporter computable.

This object can be viewed as a dummy computable. It is useful to group objects into a block when those get save, to more easily refer to them later on, for instance in an object builder.

run(self)[source]

Run the exporter.

Returns:False, as this is a single step Component.
Return type:bool