lsst.pipe.base  21.0.0-17-g8839fe5+5339ca1296
Classes | Variables
lsst.pipe.base.graph.graph Namespace Reference

Classes

class  IncompatibleGraphError
 
class  QuantumGraph
 

Variables

int SAVE_VERSION = 1
 
string STRUCT_FMT_STRING = '>HQQ'
 
string MAGIC_BYTES = b"qgraph4\xf6\xe8\xa9"
 

Variable Documentation

◆ MAGIC_BYTES

string lsst.pipe.base.graph.graph.MAGIC_BYTES = b"qgraph4\xf6\xe8\xa9"

Definition at line 63 of file graph.py.

◆ SAVE_VERSION

int lsst.pipe.base.graph.graph.SAVE_VERSION = 1

Definition at line 54 of file graph.py.

◆ STRUCT_FMT_STRING

string lsst.pipe.base.graph.graph.STRUCT_FMT_STRING = '>HQQ'

Definition at line 59 of file graph.py.