|
def | __init__ (self, config, field, value, at, label, setHistory=True) |
|
ItemTypeVar | __getitem__ (self, KeyTypeVar k) |
|
int | __len__ (self) |
|
Iterator[KeyTypeVar] | __iter__ (self) |
|
bool | __contains__ (self, Any k) |
|
None | __setitem__ (self, KeyTypeVar k, ItemTypeVar x, Any at=None, str label="setitem", bool setHistory=True) |
|
None | __delitem__ (self, KeyTypeVar k, Any at=None, str label="delitem", bool setHistory=True) |
|
def | __repr__ (self) |
|
def | __str__ (self) |
|
def | __setattr__ (self, attr, value, at=None, label="assignment") |
|
def | __reduce__ (self) |
|
|
| history = property(lambda x: x._history) |
|
An internal mapping container.
This class emulates a `dict`, but adds validation and provenance.
The documentation for this class was generated from the following file:
- python/lsst/pex/config/dictField.py