lsst.pex.config
16.0-14-g703d48b
|
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