Persistence type for things that don't actually use daf_persistence.
Definition at line 74 of file simpleMapper.py.
◆ canStandardize()
def lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.canStandardize |
( |
|
self, |
|
|
|
datasetType |
|
) |
| |
|
inherited |
◆ makeButlerLocation()
def lsst.pipe.tasks.mocks.simpleMapper.BypassPersistenceType.makeButlerLocation |
( |
|
cls, |
|
|
|
path, |
|
|
|
dataId, |
|
|
|
mapper, |
|
|
|
suffix = None , |
|
|
|
storage = None |
|
) |
| |
Method called by SimpleMapping to implement a map_ method; overridden to not use the path.
Definition at line 81 of file simpleMapper.py.
◆ cpp
string lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.cpp = "ignored" |
|
staticinherited |
◆ ext
string lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.ext = "" |
|
staticinherited |
◆ python
string lsst.pipe.tasks.mocks.simpleMapper.BypassPersistenceType.python = "lsst.daf.base.PropertySet" |
|
static |
◆ storage
lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.storage = None |
|
staticinherited |
◆ suffixes
tuple lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.suffixes = () |
|
staticinherited |
The documentation for this class was generated from the following file: