makeRegistry¶
-
lsst.pex.config.
makeRegistry
(doc, configBaseType=<class 'lsst.pex.config.config.Config'>)¶ Create a
Registry
.Parameters: - doc :
str
Docstring for the created
Registry
(this is set as the__doc__
attribute of theRegistry
instance.- configBaseType :
lsst.pex.config.Config
-type Base type of config classes in the
Registry
(lsst.pex.config.Registry.configBaseType
).
Returns: - registry :
Registry
Registry with
__doc__
andconfigBaseType
attributes set.
- doc :