lsst.pex.config  13.0-4-gbcd7061+4
 All Classes Namespaces Files Functions Variables Properties Macros Pages
Public Member Functions | Public Attributes | List of all members
lsst.pex.config.choiceField.ChoiceField Class Reference
Inheritance diagram for lsst.pex.config.choiceField.ChoiceField:

Public Member Functions

def __init__
 

Public Attributes

 allowed
 
 source
 

Detailed Description

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.

Constructor & Destructor Documentation

def lsst.pex.config.choiceField.ChoiceField.__init__ (   self,
  doc,
  dtype,
  allowed,
  default = None,
  optional = True 
)

Definition at line 38 of file choiceField.py.

Member Data Documentation

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.


The documentation for this class was generated from the following file: