QuantumNode

class lsst.pipe.base.QuantumNode(quantum: Quantum, taskDef: TaskDef, nodeId: NodeId)

Bases: object

This class represents a node in the quantum graph.

The quantum attribute represents the data that is to be processed at this node.