|
| floatField = pexConfig.Field(doc="float field", dtype=float, default=3.1) |
|
| strField = pexConfig.Field(doc="str field", dtype=str, default="default for strField") |
|
| doFail = pexConfig.Field(doc="should the task fail?", dtype=bool, default=False) |
|
Config intended for unit tests.
The documentation for this class was generated from the following file:
- python/lsst/obs/test/testConfig.py