PipelineBlock ============= .. currentmodule:: imagepypelines .. autoclass:: PipelineBlock :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~PipelineBlock.args ~PipelineBlock.id ~PipelineBlock.n_args .. rubric:: Methods Summary .. autosummary:: ~PipelineBlock.__call__ ~PipelineBlock.check_setup ~PipelineBlock.copy ~PipelineBlock.deepcopy ~PipelineBlock.enforce ~PipelineBlock.get_default_node_attrs ~PipelineBlock.postprocess ~PipelineBlock.preprocess ~PipelineBlock.process ~PipelineBlock.rename .. rubric:: Attributes Documentation .. autoattribute:: args .. autoattribute:: id .. autoattribute:: n_args .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: check_setup .. automethod:: copy .. automethod:: deepcopy .. automethod:: enforce .. automethod:: get_default_node_attrs .. automethod:: postprocess .. automethod:: preprocess .. automethod:: process .. automethod:: rename