ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, **args) |
def | __setitem__ (self, k, v) |
def | update (self, **args) |
def | 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.
def python.Utilities.ldict.__init__ | ( | self, | |
** | args | ||
) |
Definition at line 146 of file Utilities.py.
def python.Utilities.ldict.__setitem__ | ( | self, | |
k, | |||
v | |||
) |
Definition at line 152 of file Utilities.py.
def python.Utilities.ldict.clone | ( | self, | |
** | args | ||
) |
Definition at line 164 of file Utilities.py.
def python.Utilities.ldict.update | ( | self, | |
** | args | ||
) |
Definition at line 160 of file Utilities.py.