|
FairShip
|


Public Member Functions | |
| None | __init__ (self, *args, **kwargs) |
| def | loads (self, bytes buff) |
| def | loads_json (self, str json_str) |
| Config | clone (self) |
| bytes | dumps (self) |
| str | dumps_json (self) |
| def | load (self, filename) |
| int | dump (self, filename) |
| str | __str__ (self) |
| None | __init__ (self, *args, **kwargs) |
| AttrDict | clone (self) |
Definition at line 32 of file ShipGeoConfig.py.
| None ShipGeoConfig.Config.__init__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
Reimplemented from ShipGeoConfig.AttrDict.
Definition at line 33 of file ShipGeoConfig.py.
| str ShipGeoConfig.Config.__str__ | ( | self | ) |
Definition at line 89 of file ShipGeoConfig.py.
| Config ShipGeoConfig.Config.clone | ( | self | ) |
Reimplemented from ShipGeoConfig.AttrDict.
Definition at line 64 of file ShipGeoConfig.py.
| int ShipGeoConfig.Config.dump | ( | self, | |
| filename | |||
| ) |
Definition at line 85 of file ShipGeoConfig.py.
| bytes ShipGeoConfig.Config.dumps | ( | self | ) |
Definition at line 73 of file ShipGeoConfig.py.
| str ShipGeoConfig.Config.dumps_json | ( | self | ) |
Serialize config to JSON string
Definition at line 76 of file ShipGeoConfig.py.
| def ShipGeoConfig.Config.load | ( | self, | |
| filename | |||
| ) |
Definition at line 80 of file ShipGeoConfig.py.
| def ShipGeoConfig.Config.loads | ( | self, | |
| bytes | buff | ||
| ) |
Definition at line 36 of file ShipGeoConfig.py.
| def ShipGeoConfig.Config.loads_json | ( | self, | |
| str | json_str | ||
| ) |
Deserialize config from JSON string
Definition at line 42 of file ShipGeoConfig.py.