lsst.pex.config  14.0
 All Classes Namespaces Files Functions Variables Properties Macros Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.pex.config.registry.RegistryField Class Reference
Inheritance diagram for lsst.pex.config.registry.RegistryField:

Public Member Functions

def __init__
 
def __deepcopy__
 

Public Attributes

 registry
 

Static Public Attributes

 instanceDictClass = RegistryInstanceDict
 

Detailed Description

Definition at line 194 of file registry.py.

Constructor & Destructor Documentation

def lsst.pex.config.registry.RegistryField.__init__ (   self,
  doc,
  registry,
  default = None,
  optional = False,
  multi = False 
)

Definition at line 197 of file registry.py.

Member Function Documentation

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.

Member Data Documentation

lsst.pex.config.registry.RegistryField.instanceDictClass = RegistryInstanceDict
static

Definition at line 195 of file registry.py.

lsst.pex.config.registry.RegistryField.registry

Definition at line 199 of file registry.py.


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