(self, operation_handle)
| 1048 | return operation_handle |
| 1049 | |
| 1050 | def __get_operation(self, operation_handle): |
| 1051 | return hs2.Operation(self.__session, operation_handle.get_handle()) |
| 1052 | |
| 1053 | def fetch(self, sql_stmt, operation_handle, max_rows=-1): # noqa: U100 |
| 1054 | """ |
no test coverage detected