ATLAS Offline Software
Loading...
Searching...
No Matches
sherpaTarCreator.readjo.dotdict Class Reference
Inheritance diagram for sherpaTarCreator.readjo.dotdict:
Collaboration diagram for sherpaTarCreator.readjo.dotdict:

Public Member Functions

 __iadd__ (self, val)

Static Private Attributes

 __getattr__ = dict.get
 __setattr__ = dict.__setitem__
 __delattr__ = dict.__delitem__

Detailed Description

dot.notation access to dictionary attributes

Definition at line 25 of file readjo.py.

Member Function Documentation

◆ __iadd__()

sherpaTarCreator.readjo.dotdict.__iadd__ ( self,
val )

Definition at line 30 of file readjo.py.

30 def __iadd__(self, val):
31 return self
32

Member Data Documentation

◆ __delattr__

sherpaTarCreator.readjo.dotdict.__delattr__ = dict.__delitem__
staticprivate

Definition at line 29 of file readjo.py.

◆ __getattr__

sherpaTarCreator.readjo.dotdict.__getattr__ = dict.get
staticprivate

Definition at line 27 of file readjo.py.

◆ __setattr__

sherpaTarCreator.readjo.dotdict.__setattr__ = dict.__setitem__
staticprivate

Definition at line 28 of file readjo.py.


The documentation for this class was generated from the following file: