Merge branch 'master' into region

This commit is contained in:
WQY\qiong
2023-03-31 15:00:30 +08:00
13 changed files with 605 additions and 126 deletions

View File

@@ -291,6 +291,9 @@ def set_restore_operation(name: str, operation: int) -> None:
def set_restore_operation_to_current(name: str) -> None:
return api.set_restore_operation_to_current(name)
def restore(name: str, discard: bool = False) -> ChangeSet:
return api.restore(name, discard)
############################################################
# type