![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, **args) | |
| __setitem__ (self, k, v) | |
| update (self, **args) | |
| clone (self, **args) | |
A dictionnary which items can not be modified once set. Also implements 2 additional features : - a clone method to conveniently create a new version with only some items changed - all items are also attributes (i.e. d['a'] can be accessed by d.a : this is mostly for easier interactive inspection)
Definition at line 139 of file Utilities.py.
| python.Utilities.ldict.__init__ | ( | self, | |
| ** | args ) |
Definition at line 146 of file Utilities.py.
| python.Utilities.ldict.__setitem__ | ( | self, | |
| k, | |||
| v ) |
Definition at line 152 of file Utilities.py.
| python.Utilities.ldict.clone | ( | self, | |
| ** | args ) |
Definition at line 164 of file Utilities.py.
| python.Utilities.ldict.update | ( | self, | |
| ** | args ) |
Definition at line 160 of file Utilities.py.