lsst.pipe.base  20.0.0-25-g3dcad98+558ba85b5f
Public Member Functions | Public Attributes | List of all members
lsst.pipe.base.graph.quantumNode.QuantumNode Class Reference

Public Member Functions

bool __eq__ (self, object other)
 
int __hash__ (self)
 

Public Attributes

 taskDef
 

Detailed Description

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.

Member Function Documentation

◆ __eq__()

bool lsst.pipe.base.graph.quantumNode.QuantumNode.__eq__ (   self,
object  other 
)

Definition at line 83 of file quantumNode.py.

◆ __hash__()

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.

Member Data Documentation

◆ taskDef

lsst.pipe.base.graph.quantumNode.QuantumNode.taskDef

Definition at line 88 of file quantumNode.py.


The documentation for this class was generated from the following file: