lsst.pipe.tasks 21.0.0-178-g80f1dd77+8321431476
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.mocks.simpleMapper.BypassPersistenceType Class Reference
Inheritance diagram for lsst.pipe.tasks.mocks.simpleMapper.BypassPersistenceType:
lsst.pipe.tasks.mocks.simpleMapper.PersistenceType

Public Member Functions

def makeButlerLocation (cls, path, dataId, mapper, suffix=None, storage=None)
 

Static Public Attributes

string python = "lsst.daf.base.PropertySet"
 

Detailed Description

Persistence type for things that don't actually use daf_persistence.

Definition at line 69 of file simpleMapper.py.

Member Function Documentation

◆ 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.

Reimplemented from lsst.pipe.tasks.mocks.simpleMapper.PersistenceType.

Definition at line 76 of file simpleMapper.py.

Member Data Documentation

◆ python

string lsst.pipe.tasks.mocks.simpleMapper.BypassPersistenceType.python = "lsst.daf.base.PropertySet"
static

Definition at line 73 of file simpleMapper.py.


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