towhee.pipeline_format.OutputFormat

class towhee.pipeline_format.OutputFormat[source]

Bases: ABC

Format pipeline’s output.

Methods

get_format_handler

abstract __call__(itr: MapIterator)[source]

Call self as a function.