(self, operation_handle)
| 1085 | time.sleep(0.1) |
| 1086 | |
| 1087 | def cancel(self, operation_handle): |
| 1088 | self.log_handle(operation_handle, "canceling operation") |
| 1089 | return self.__get_operation(operation_handle).cancel() |
| 1090 | |
| 1091 | def close_query(self, operation_handle): |
| 1092 | self.log_handle(operation_handle, "closing query for operation") |
nothing calls this directly
no test coverage detected