Returns the log of an operation as a string, with entries separated by newlines.
(self, operation_handle)
| 259 | |
| 260 | @abc.abstractmethod |
| 261 | def get_log(self, operation_handle): |
| 262 | """Returns the log of an operation as a string, with entries separated by newlines.""" |
| 263 | pass |
| 264 | |
| 265 | @abc.abstractmethod |
| 266 | def cancel(self, operation_handle): |
no outgoing calls