actual remoting is done via self.call in the @api decorator
(self)
| 651 | |
| 652 | @api(since=parse_version("1.0.0")) |
| 653 | def rollback(self): |
| 654 | """actual remoting is done via self.call in the @api decorator""" |
| 655 | |
| 656 | @api(since=parse_version("1.0.0")) |
| 657 | def destroy(self): |