auto_recover property

auto_recover property

Indicates whether the file is marked for auto-recovery.

Definition:

@property
def auto_recover(self):
    ...
@auto_recover.setter
def auto_recover(self, value):
    ...

See Also