lsst.pex.config
13.0-1-g41367f3+6
|
Public Member Functions | |
def | __init__ |
Public Attributes | |
allowed | |
source | |
Defines a Config Field which allows only a set of values All allowed must be of the same type. Allowed values should be provided as a dict of value, doc string pairs
Definition at line 31 of file choiceField.py.
def lsst.pex.config.choiceField.ChoiceField.__init__ | ( | self, | |
doc, | |||
dtype, | |||
allowed, | |||
default = None , |
|||
optional = True |
|||
) |
Definition at line 38 of file choiceField.py.
lsst.pex.config.choiceField.ChoiceField.allowed |
Definition at line 39 of file choiceField.py.
lsst.pex.config.choiceField.ChoiceField.source |
Definition at line 59 of file choiceField.py.