new

method of dascore.workflow.pipe.Pipe source

new(
    self ,
    **kwargs ,
)-> ‘Pipe’

Return a pipe with some of its fields replaced.

Not the base model’s, which rebuilds from a dump: a dump flattens each task to the fields it holds, losing which class it was, and the pipe it builds back refuses them.