lsst.pex.config  13.0-2-g483026c+1
 All Classes Namespaces Files Functions Variables Properties Macros Pages
Public Member Functions | Public Attributes | Properties | List of all members
lsst.pex.config.registry.RegistryInstanceDict Class Reference
Inheritance diagram for lsst.pex.config.registry.RegistryInstanceDict:

Public Member Functions

def __init__
 
def apply
 
def __setattr__
 

Public Attributes

 registry
 

Properties

 target = property(_getTarget)
 
 targets = property(_getTargets)
 

Detailed Description

Definition at line 148 of file registry.py.

Constructor & Destructor Documentation

def lsst.pex.config.registry.RegistryInstanceDict.__init__ (   self,
  config,
  field 
)

Definition at line 149 of file registry.py.

Member Function Documentation

def lsst.pex.config.registry.RegistryInstanceDict.__setattr__ (   self,
  attr,
  value 
)

Definition at line 187 of file registry.py.

def lsst.pex.config.registry.RegistryInstanceDict.apply (   self,
  args,
  kw 
)
Call the active target(s) with the active config as a keyword arg

If this is a multi-selection field, return a list obtained by calling
each active target with its corresponding active config.

Additional arguments will be passed on to the configurable target(s)

Definition at line 167 of file registry.py.

Member Data Documentation

lsst.pex.config.registry.RegistryInstanceDict.registry

Definition at line 151 of file registry.py.

Property Documentation

lsst.pex.config.registry.RegistryInstanceDict.target = property(_getTarget)
static

Definition at line 158 of file registry.py.

lsst.pex.config.registry.RegistryInstanceDict.targets = property(_getTargets)
static

Definition at line 165 of file registry.py.


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