NodeType#

class lsst.pipe.base.pipeline_graph.NodeType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: Enum

Enumeration of the types of nodes in a PipelineGraph.

Attributes Summary

DATASET_TYPE

TASK

TASK_INIT

bipartite

The integer used as the "bipartite" key in networkx exports of a PipelineGraph.

Attributes Documentation

DATASET_TYPE = 0#
TASK = 2#
TASK_INIT = 1#
bipartite#

The integer used as the “bipartite” key in networkx exports of a PipelineGraph.

This key is used by the networkx.algorithms.bipartite module.