NodeBipartite#
- class lsst.pipe.base.pipeline_graph.NodeBipartite(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
IntEnumConstants for the ‘bipartite’ key in NetworkX graph views.
Attributes Summary
Value for nodes that represent dataset types (in pipeline graphs) or datasets (in quantum graphs).
Value for nodes that represent tasks (in pipeline graphs) or quanta (in quantum graphs).
Methods Summary
from_bytes(*args, **kwargs)See
IntEnum.from_bytes.to_bytes(*args, **kwargs)See
IntEnum.to_bytes.Attributes Documentation
- DATASET_OR_TYPE = 0#
Value for nodes that represent dataset types (in pipeline graphs) or datasets (in quantum graphs).
- TASK_OR_QUANTUM = 1#
Value for nodes that represent tasks (in pipeline graphs) or quanta (in quantum graphs).
Methods Documentation
- classmethod from_bytes(*args: Any, **kwargs: Any) Any#
See
IntEnum.from_bytes.
- to_bytes(*args: Any, **kwargs: Any) Any#
See
IntEnum.to_bytes.