dot.notation access to dictionary attributes
Definition at line 25 of file readjo.py.
◆ __iadd__()
def sherpaTarCreator.readjo.dotdict.__iadd__ |
( |
|
self, |
|
|
|
val |
|
) |
| |
Definition at line 30 of file readjo.py.
30 def __iadd__(self, val):
◆ __delattr__
sherpaTarCreator.readjo.dotdict.__delattr__ = dict.__delitem__ |
|
staticprivate |
◆ __getattr__
sherpaTarCreator.readjo.dotdict.__getattr__ = dict.get |
|
staticprivate |
◆ __setattr__
sherpaTarCreator.readjo.dotdict.__setattr__ = dict.__setitem__ |
|
staticprivate |
The documentation for this class was generated from the following file: