registerConfig¶
- lsst.pex.config.registerConfig(name, registry, target)¶
 Add a class as a
ConfigClassin aRegistryand associate it with the given configurable.- Parameters:
 - name
str Name of the
targetin theregistry.- registry
Registry The registry containing the
target.- targetobj
 A configurable type, such as a subclass of
lsst.pipe.base.Task.
- name
 
See also
Notes
Internally, this decorator runs
Registry.register.