lsst.pex.config
13.0-2-g483026c+1
|
Public Member Functions | |
def | __init__ |
def | __contains__ |
def | __len__ |
def | __iter__ |
def | __getitem__ |
def | __setitem__ |
def | __setattr__ |
Properties | |
types = property(lambda x: x._field.typemap) | |
names = property(_getNames, _setNames, _delNames) | |
name = property(_getName, _setName, _delName) | |
active = property(_getActive) | |
A dict of instantiated configs, used to populate a ConfigChoiceField. typemap must support the following: - typemap[name]: return the config class associated with the given name
Definition at line 112 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__init__ | ( | self, | |
config, | |||
field | |||
) |
Definition at line 118 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__contains__ | ( | self, | |
k | |||
) |
Definition at line 129 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__getitem__ | ( | self, | |
k, | |||
at = None , |
|||
label = "default" |
|||
) |
Definition at line 219 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__iter__ | ( | self | ) |
Definition at line 135 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__len__ | ( | self | ) |
Definition at line 132 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__setattr__ | ( | self, | |
attr, | |||
value, | |||
at = None , |
|||
label = "assignment" |
|||
) |
Definition at line 267 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__setitem__ | ( | self, | |
k, | |||
value, | |||
at = None , |
|||
label = "assignment" |
|||
) |
Definition at line 235 of file configChoiceField.py.
|
static |
Definition at line 217 of file configChoiceField.py.
|
static |
Definition at line 201 of file configChoiceField.py.
|
static |
Definition at line 195 of file configChoiceField.py.
|
static |
Definition at line 127 of file configChoiceField.py.