Public Member Functions | |
def | __init__ (self, dataset, name, compressor) |
def | actualType (self) |
def | data (self) |
def | memsize (self) |
def | name (self) |
Private Attributes | |
_compressor | |
_dataset | |
_hash | |
_memsize | |
_type | |
Definition at line 31 of file condhdf5tohdf5.py.
def condhdf5tohdf5.H5Payload.__init__ | ( | self, | |
dataset, | |||
name, | |||
compressor | |||
) |
Definition at line 32 of file condhdf5tohdf5.py.
def condhdf5tohdf5.H5Payload.actualType | ( | self | ) |
Definition at line 40 of file condhdf5tohdf5.py.
References condhdf5tohdf5.H5Payload._type, MELaserPrim._type, conddb2hdf5.DBPayload._type, conddb2hdf5.DBDataProduct._type, and conddb2hdf5.DBTag._type.
def condhdf5tohdf5.H5Payload.data | ( | self | ) |
Definition at line 44 of file condhdf5tohdf5.py.
References condhdf5tohdf5.H5Payload._compressor, condhdf5tohdf5.H5Payload._dataset, and condhdf5tohdf5.H5Payload.memsize().
Referenced by data_sources.node.__str__(), data_sources.json_list.as_dicts(), data_sources.json_list.as_table(), data_sources.json_list.get_members(), and data_sources.json_list.last().
def condhdf5tohdf5.H5Payload.memsize | ( | self | ) |
Definition at line 42 of file condhdf5tohdf5.py.
References condhdf5tohdf5.H5Payload._memsize.
Referenced by condhdf5tohdf5.H5Payload.data().
def condhdf5tohdf5.H5Payload.name | ( | self | ) |
Definition at line 38 of file condhdf5tohdf5.py.
References condhdf5tohdf5.H5Payload._hash, and conddb2hdf5.DBPayload._hash.
Referenced by config.CFG.__str__(), validation.Sample.digest(), and VIDSelectorBase.VIDSelectorBase.initialize().
|
private |
Definition at line 37 of file condhdf5tohdf5.py.
Referenced by condhdf5tohdf5.H5Payload.data(), and condhdf5tohdf5.H5DataProduct.payloads().
|
private |
Definition at line 33 of file condhdf5tohdf5.py.
Referenced by condhdf5tohdf5.H5Payload.data().
|
private |
Definition at line 34 of file condhdf5tohdf5.py.
Referenced by condhdf5tohdf5.H5Payload.name().
|
private |
Definition at line 36 of file condhdf5tohdf5.py.
Referenced by condhdf5tohdf5.H5Payload.memsize().
|
private |
Definition at line 35 of file condhdf5tohdf5.py.
Referenced by python.Handle.__str__(), condhdf5tohdf5.H5Payload.actualType(), condhdf5tohdf5.H5DataProduct.objtype(), and SequenceTypes.ExpandVisitor.result().