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

Public Member Functions

def __init__
 
def __getitem__
 
def __iter__
 
def __len__
 
def __contains__
 

Public Attributes

 registry
 

Detailed Description

Private class that makes a Registry behave like the thing a ConfigChoiceField expects.

Definition at line 129 of file registry.py.

Constructor & Destructor Documentation

def lsst.pex.config.registry.RegistryAdaptor.__init__ (   self,
  registry 
)

Definition at line 132 of file registry.py.

Member Function Documentation

def lsst.pex.config.registry.RegistryAdaptor.__contains__ (   self,
  k 
)

Definition at line 144 of file registry.py.

def lsst.pex.config.registry.RegistryAdaptor.__getitem__ (   self,
  k 
)

Definition at line 135 of file registry.py.

def lsst.pex.config.registry.RegistryAdaptor.__iter__ (   self)

Definition at line 138 of file registry.py.

def lsst.pex.config.registry.RegistryAdaptor.__len__ (   self)

Definition at line 141 of file registry.py.

Member Data Documentation

lsst.pex.config.registry.RegistryAdaptor.registry

Definition at line 133 of file registry.py.


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