lsst.daf.persistence
16.0-8-gfd407c0+5
|
Public Member Functions | |
def | __repr__ (self) |
def | __init__ (self, pythonType, cppType, storageName, locationList, dataId, mapper, storage, usedDataId=None, datasetType=None, additionalData=None) |
def | __str__ (self) |
def | setRepository (self, repository) |
def | getRepository (self) |
def | getPythonType (self) |
def | getCppType (self) |
def | getStorageName (self) |
def | getLocations (self) |
def | getLocationsWithRoot (self) |
def | getAdditionalData (self) |
def | getStorage (self) |
Static Public Member Functions | |
def | to_yaml (dumper, obj) |
def | from_yaml (loader, node) |
Public Attributes | |
pythonType | |
cppType | |
storageName | |
mapper | |
storage | |
locationList | |
additionalData | |
dataId | |
usedDataId | |
datasetType | |
repository | |
Static Public Attributes | |
string | yaml_tag = u"!ButlerLocation" |
yaml_loader = yaml.Loader | |
yaml_dumper = yaml.Dumper | |
ButlerLocation is a struct-like class that holds information needed to persist and retrieve an object using the LSST Persistence Framework. Mappers should create and return ButlerLocations from their map_{datasetType} methods. Parameters ---------- pythonType - string or class instance This is the type of python object that should be created when reading the location. cppType - string or None The type of cpp object represented by the location (optional, may be None) storageName - string The type of storage the object is in or should be place into. locationList - list of string A list of URI to place the object or where the object might be found. (Typically when reading the length is expected to be exactly 1). dataId - dict The dataId that was passed in when mapping the location. This may include keys that were not used for mapping this location. mapper - mapper class instance The mapper object that mapped this location. storage - storage class instance The storage interface that can be used to read or write this location. usedDataId - dict The dataId components that were used to map this location. If the mapper had to look up keys those will be in this dict (even though they may not appear in the dataId parameter). If the dataId parameter contained keys that were not required to map this item then those keys will NOT be in this parameter. datasetType - string The datasetType that this location represents. additionalData : `lsst.daf.base.PropertySet`, optional Additional metadata to be passed to the persistence framework, or `None`.
Definition at line 149 of file butlerLocation.py.
def lsst.daf.persistence.butlerLocation.ButlerLocation.__init__ | ( | self, | |
pythonType, | |||
cppType, | |||
storageName, | |||
locationList, | |||
dataId, | |||
mapper, | |||
storage, | |||
usedDataId = None , |
|||
datasetType = None , |
|||
additionalData = None |
|||
) |
Definition at line 207 of file butlerLocation.py.
def lsst.daf.persistence.butlerLocation.ButlerLocation.__repr__ | ( | self | ) |
Definition at line 199 of file butlerLocation.py.
def lsst.daf.persistence.butlerLocation.ButlerLocation.__str__ | ( | self | ) |
Definition at line 222 of file butlerLocation.py.
|
static |
Definition at line 241 of file butlerLocation.py.
def lsst.daf.persistence.butlerLocation.ButlerLocation.getAdditionalData | ( | self | ) |
Definition at line 266 of file butlerLocation.py.
def lsst.daf.persistence.butlerLocation.ButlerLocation.getCppType | ( | self | ) |
Definition at line 254 of file butlerLocation.py.
def lsst.daf.persistence.butlerLocation.ButlerLocation.getLocations | ( | self | ) |
Definition at line 260 of file butlerLocation.py.
def lsst.daf.persistence.butlerLocation.ButlerLocation.getLocationsWithRoot | ( | self | ) |
Definition at line 263 of file butlerLocation.py.
def lsst.daf.persistence.butlerLocation.ButlerLocation.getPythonType | ( | self | ) |
Definition at line 251 of file butlerLocation.py.
def lsst.daf.persistence.butlerLocation.ButlerLocation.getRepository | ( | self | ) |
Definition at line 248 of file butlerLocation.py.
def lsst.daf.persistence.butlerLocation.ButlerLocation.getStorage | ( | self | ) |
Definition at line 269 of file butlerLocation.py.
def lsst.daf.persistence.butlerLocation.ButlerLocation.getStorageName | ( | self | ) |
Definition at line 257 of file butlerLocation.py.
def lsst.daf.persistence.butlerLocation.ButlerLocation.setRepository | ( | self, | |
repository | |||
) |
Definition at line 245 of file butlerLocation.py.
|
static |
Representer for dumping to YAML :param dumper: :param obj: :return:
Definition at line 228 of file butlerLocation.py.
lsst.daf.persistence.butlerLocation.ButlerLocation.additionalData |
Definition at line 215 of file butlerLocation.py.
lsst.daf.persistence.butlerLocation.ButlerLocation.cppType |
Definition at line 210 of file butlerLocation.py.
lsst.daf.persistence.butlerLocation.ButlerLocation.dataId |
Definition at line 218 of file butlerLocation.py.
lsst.daf.persistence.butlerLocation.ButlerLocation.datasetType |
Definition at line 220 of file butlerLocation.py.
lsst.daf.persistence.butlerLocation.ButlerLocation.locationList |
Definition at line 214 of file butlerLocation.py.
lsst.daf.persistence.butlerLocation.ButlerLocation.mapper |
Definition at line 212 of file butlerLocation.py.
lsst.daf.persistence.butlerLocation.ButlerLocation.pythonType |
Definition at line 209 of file butlerLocation.py.
lsst.daf.persistence.butlerLocation.ButlerLocation.repository |
Definition at line 246 of file butlerLocation.py.
lsst.daf.persistence.butlerLocation.ButlerLocation.storage |
Definition at line 213 of file butlerLocation.py.
lsst.daf.persistence.butlerLocation.ButlerLocation.storageName |
Definition at line 211 of file butlerLocation.py.
lsst.daf.persistence.butlerLocation.ButlerLocation.usedDataId |
Definition at line 219 of file butlerLocation.py.
|
static |
Definition at line 197 of file butlerLocation.py.
|
static |
Definition at line 196 of file butlerLocation.py.
|
static |
Definition at line 195 of file butlerLocation.py.