lsst.pex.config
16.0-9-ga1e4bcb
|
Public Member Functions | |
def | __init__ (self, config, field) |
def | __contains__ (self, k) |
def | __len__ (self) |
def | __iter__ (self) |
def | __getitem__ (self, k, at=None, label="default") |
def | __setitem__ (self, k, value, at=None, label="assignment") |
def | __setattr__ (self, attr, value, at=None, label="assignment") |
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 110 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__init__ | ( | self, | |
config, | |||
field | |||
) |
Definition at line 116 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__contains__ | ( | self, | |
k | |||
) |
Definition at line 127 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__getitem__ | ( | self, | |
k, | |||
at = None , |
|||
label = "default" |
|||
) |
Definition at line 217 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__iter__ | ( | self | ) |
Definition at line 133 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__len__ | ( | self | ) |
Definition at line 130 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__setattr__ | ( | self, | |
attr, | |||
value, | |||
at = None , |
|||
label = "assignment" |
|||
) |
Definition at line 265 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.ConfigInstanceDict.__setitem__ | ( | self, | |
k, | |||
value, | |||
at = None , |
|||
label = "assignment" |
|||
) |
Definition at line 233 of file configChoiceField.py.
|
static |
Definition at line 215 of file configChoiceField.py.
|
static |
Definition at line 199 of file configChoiceField.py.
|
static |
Definition at line 193 of file configChoiceField.py.
|
static |
Definition at line 125 of file configChoiceField.py.