actual remoting is done via self.call in the @api decorator
(self, compact=True, threshold=0.1)
| 964 | threshold={"since": parse_version("1.2.0a8"), "previously": 0.1, "dontcare": True}, |
| 965 | ) |
| 966 | def commit(self, compact=True, threshold=0.1): |
| 967 | """actual remoting is done via self.call in the @api decorator""" |
| 968 | |
| 969 | @api(since=parse_version("1.0.0")) |
| 970 | def rollback(self): |
no outgoing calls