lsst.pipe.tasks  19.0.0-60-gafafd468+2
Public Member Functions | Public Attributes | List of all members
lsst.pipe.tasks.mocks.simpleMapper.MapperMeta Class Reference
Inheritance diagram for lsst.pipe.tasks.mocks.simpleMapper.MapperMeta:
lsst.pipe.tasks.mocks.simpleMapper.SimpleMapper

Public Member Functions

def __init__ (cls, name, bases, dict_)
 

Public Attributes

 keyDict
 

Detailed Description

Metaclass for SimpleMapper that creates map_ and query_ methods for everything found in the
'mappings' class variable.

Definition at line 225 of file simpleMapper.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.mocks.simpleMapper.MapperMeta.__init__ (   cls,
  name,
  bases,
  dict_ 
)

Definition at line 242 of file simpleMapper.py.

Member Data Documentation

◆ keyDict

lsst.pipe.tasks.mocks.simpleMapper.MapperMeta.keyDict

Definition at line 244 of file simpleMapper.py.


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