|
SND@LHC Software
|


Public Member Functions | |
| __init__ (self, *args, **kwargs) | |
| clone (self) | |
Private Attributes | |
| __dict__ | |
dict class that can address its keys as fields, e.g. d['key'] = 1 assert d.key == 1
Definition at line 94 of file ShipGeoConfig.py.
| ShipGeoConfig.AttrDict.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Reimplemented in ShipGeoConfig.Config.
Definition at line 100 of file ShipGeoConfig.py.
| ShipGeoConfig.AttrDict.clone | ( | self | ) |
Reimplemented in ShipGeoConfig.Config.
Definition at line 104 of file ShipGeoConfig.py.
|
private |
Definition at line 102 of file ShipGeoConfig.py.