(self, func, dim, **kwargs)
| 451 | return result |
| 452 | |
| 453 | def _implementation(self, func, dim, **kwargs): |
| 454 | raise NotImplementedError("Use `Dataset.weighted` or `DataArray.weighted`") |
| 455 | |
| 456 | def sum_of_weights( |
| 457 | self, |
no outgoing calls
no test coverage detected