|
FairShip
|


Public Member Functions | |
| None | __init__ (self, *args, **kwargs) |
| AttrDict | 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 11 of file ShipGeoConfig.py.
| None ShipGeoConfig.AttrDict.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Reimplemented in ShipGeoConfig.Config.
Definition at line 18 of file ShipGeoConfig.py.
| AttrDict ShipGeoConfig.AttrDict.clone | ( | self | ) |
Reimplemented in ShipGeoConfig.Config.
Definition at line 22 of file ShipGeoConfig.py.
|
private |
Definition at line 20 of file ShipGeoConfig.py.