|
lsst.pex.config
17.0.1
|
Classes | |
| class | Config |
| class | ConfigMeta |
| class | Field |
| class | FieldValidationError |
| class | RecordingImporter |
Functions | |
| def | unreduceConfig (cls, stream) |
| def lsst.pex.config.config.unreduceConfig | ( | cls, | |
| stream | |||
| ) |
Create a `~lsst.pex.config.Config` from a stream.
Parameters
----------
cls : `lsst.pex.config.Config`-type
A `lsst.pex.config.Config` type (not an instance) that is instantiated
with configurations in the ``stream``.
stream : file-like object, `str`, or compiled string
Stream containing configuration override code.
Returns
-------
config : `lsst.pex.config.Config`
Config instance.
See also
--------
lsst.pex.config.Config.loadFromStream
1.8.13