how: The mechanism to use for cloning the pipeline. Returns: A new pipeline with the same components and wiring, but fresh instances created by round-tripping the configuration. """ if params: # pragma: nocover raise NotImplementedError() if how == "pipeline-config": cfg = self.get_confi...