Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloLizhaoyu committed Aug 6, 2020
1 parent bdf16e0 commit 7258f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ def pop(self):
'rollback to a checkpoint created by push'
self.cancel(self.states_stack.pop())


def pop_n(self, cnt):
states = []
for i in range(cnt):
Expand Down

0 comments on commit 7258f59

Please sign in to comment.