actual remoting is done via self.call in the @api decorator
(self)
| 968 | |
| 969 | @api(since=parse_version("1.0.0")) |
| 970 | def rollback(self): |
| 971 | """actual remoting is done via self.call in the @api decorator""" |
| 972 | |
| 973 | @api(since=parse_version("1.0.0")) |
| 974 | def destroy(self): |
no outgoing calls