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
def __init__(self, project, rvn_state_info):

Initialize a Save instance from a low-level object. Not meant to be called directly.

Use Project.saves instead.

ParametersprojectA Project instance.
rvn_state_infoA reven_api.state_info instance.
@property
def _rvn(self):
Undocumented
@property
def name(self):

Property: The save name.

@property
def timestamp(self):

Property: The save timestamp as a string.

def delete(self):

Delete the save.

Raisesreven_api.ServiceNotAllowedDuringExecutionErrorIf this method is called during the execution.
RuntimeErrorIf the connection is lost, in case of bad input, or in case of internal service error.
def load(self):

Load the save.

Raisesreven_api.ServiceNotAllowedDuringExecutionErrorIf this method is called during the execution.
RuntimeErrorIf the connection is lost, in case of bad input, or in case of internal service error.
def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2018-06-06 16:31:21.