lsst.pipe.tasks  21.0.0-111-gf06e6c5c+fee76ed8f6
Public Member Functions | Public Attributes | List of all members
lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable Class Reference

Public Member Functions

def __init__ (self, name, PropertyMapClass)
 
def ConfigClass (self)
 
def __call__ (self, config)
 

Public Attributes

 name
 
 PropertyMapClass
 

Detailed Description

Class used as the element in the property map registry.

Parameters
----------
name : `str`
    Name under which the property map is registered.
PropertyMapClass : subclass of `BasePropertyMap`

Definition at line 59 of file healSparseMappingProperties.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.__init__ (   self,
  name,
  PropertyMapClass 
)

Definition at line 68 of file healSparseMappingProperties.py.

Member Function Documentation

◆ __call__()

def lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.__call__ (   self,
  config 
)

Definition at line 76 of file healSparseMappingProperties.py.

◆ ConfigClass()

def lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.ConfigClass (   self)

Definition at line 73 of file healSparseMappingProperties.py.

Member Data Documentation

◆ name

lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.name

Definition at line 69 of file healSparseMappingProperties.py.

◆ PropertyMapClass

lsst.pipe.tasks.healSparseMappingProperties.PropertyMapRegistry.Configurable.PropertyMapClass

Definition at line 70 of file healSparseMappingProperties.py.


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