(self)
| 1122 | |
| 1123 | @property |
| 1124 | def __dask_scheduler__(self): |
| 1125 | return self._to_temp_dataset().__dask_scheduler__ |
| 1126 | |
| 1127 | def __dask_postcompute__(self): |
| 1128 | func, args = self._to_temp_dataset().__dask_postcompute__() |
nothing calls this directly
no test coverage detected