reven.api.Save(object)
class documentationreven.api
(View In Hierarchy)
A saved project.
Method | __init__ | Initialize a Save instance from a low-level object. Not meant to be called directly. |
Method | name | Property: The save name. |
Method | timestamp | Property: The save timestamp as a string. |
Method | delete | Delete the save. |
Method | load | Load the save. |
Method | __repr__ | Undocumented |
Method | _rvn | Undocumented |
Initialize a Save instance from a low-level object. Not meant to be called directly.
Use Project.saves
instead.
Parameters | project | A Project instance. |
rvn_state_info | A reven_api.state_info instance. |
Delete the save.
Raises | reven_api.ServiceNotAllowedDuringExecutionError | If this method is called during the execution. |
RuntimeError | If the connection is lost, in case of bad input, or in case of internal service error. |