lsst.pex.config
16.0-8-g4734f7a+2
|
Public Member Functions | |
def | __init__ (self, registry) |
def | __getitem__ (self, k) |
def | __iter__ (self) |
def | __len__ (self) |
def | __contains__ (self, k) |
Public Attributes | |
registry | |
Private class that makes a Registry behave like the thing a ConfigChoiceField expects.
Definition at line 128 of file registry.py.
def lsst.pex.config.registry.RegistryAdaptor.__init__ | ( | self, | |
registry | |||
) |
Definition at line 131 of file registry.py.
def lsst.pex.config.registry.RegistryAdaptor.__contains__ | ( | self, | |
k | |||
) |
Definition at line 143 of file registry.py.
def lsst.pex.config.registry.RegistryAdaptor.__getitem__ | ( | self, | |
k | |||
) |
Definition at line 134 of file registry.py.
def lsst.pex.config.registry.RegistryAdaptor.__iter__ | ( | self | ) |
Definition at line 137 of file registry.py.
def lsst.pex.config.registry.RegistryAdaptor.__len__ | ( | self | ) |
Definition at line 140 of file registry.py.
lsst.pex.config.registry.RegistryAdaptor.registry |
Definition at line 132 of file registry.py.