lsst.pex.config  20.0.0+1
Public Member Functions | Public Attributes | List of all members
pex.config.registry.RegistryAdaptor Class Reference
Inheritance diagram for pex.config.registry.RegistryAdaptor:

Public Member Functions

def __init__ (self, registry)
 
def __getitem__ (self, k)
 
def __iter__ (self)
 
def __len__ (self)
 
def __contains__ (self, k)
 

Public Attributes

 registry
 

Detailed Description

Private class that makes a `Registry` behave like the thing a
`~lsst.pex.config.ConfigChoiceField` expects.

Parameters
----------
registry : `Registry`
    `Registry` instance.

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