lsst.pipe.base
21.0.0-6-gd3283ba+2e13e0eb4b
|
Public Member Functions | |
bool | __eq__ (self, object other) |
int | __hash__ (self) |
Public Attributes | |
taskDef | |
This class represents a node in the quantum graph. The quantum attribute represents the data that is to be processed at this node.
Definition at line 66 of file quantumNode.py.
bool lsst.pipe.base.graph.quantumNode.QuantumNode.__eq__ | ( | self, | |
object | other | ||
) |
Definition at line 83 of file quantumNode.py.
int lsst.pipe.base.graph.quantumNode.QuantumNode.__hash__ | ( | self | ) |
For graphs it is useful to have a more robust hash than provided by the default quantum id based hashing
Definition at line 90 of file quantumNode.py.
lsst.pipe.base.graph.quantumNode.QuantumNode.taskDef |
Definition at line 88 of file quantumNode.py.