Definition at line 194 of file registry.py.
def lsst.pex.config.registry.RegistryField.__init__ |
( |
|
self, |
|
|
|
doc, |
|
|
|
registry, |
|
|
|
default = None , |
|
|
|
optional = False , |
|
|
|
multi = False |
|
) |
| |
def lsst.pex.config.registry.RegistryField.__deepcopy__ |
( |
|
self, |
|
|
|
memo |
|
) |
| |
Customize deep-copying, want a reference to the original registry.
WARNING: this must be overridden by subclasses if they change the
constructor signature!
Definition at line 202 of file registry.py.
lsst.pex.config.registry.RegistryField.registry |
The documentation for this class was generated from the following file: