lsst.pex.config
16.0-3-g9645794+5
|
Public Member Functions | |
def | __init__ (self, dict_, value, at=None, label="assignment", setHistory=True) |
def | add (self, value, at=None) |
def | discard (self, value, at=None) |
def | __len__ (self) |
def | __iter__ (self) |
def | __contains__ (self, value) |
def | __repr__ (self) |
def | __str__ (self) |
Custom set class used to track the selection of multi-select ConfigChoiceField. This class allows user a multi-select ConfigChoiceField to add/discard items from the set of active configs. Each change to the selection is tracked in the field's history.
Definition at line 33 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.SelectionSet.__init__ | ( | self, | |
dict_, | |||
value, | |||
at = None , |
|||
label = "assignment" , |
|||
setHistory = True |
|||
) |
Definition at line 42 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.SelectionSet.__contains__ | ( | self, | |
value | |||
) |
Definition at line 100 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.SelectionSet.__iter__ | ( | self | ) |
Definition at line 97 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.SelectionSet.__len__ | ( | self | ) |
Definition at line 94 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.SelectionSet.__repr__ | ( | self | ) |
Definition at line 103 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.SelectionSet.__str__ | ( | self | ) |
Definition at line 106 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.SelectionSet.add | ( | self, | |
value, | |||
at = None |
|||
) |
Definition at line 65 of file configChoiceField.py.
def lsst.pex.config.configChoiceField.SelectionSet.discard | ( | self, | |
value, | |||
at = None |
|||
) |
Definition at line 80 of file configChoiceField.py.