MCPcopy Index your code
hub / github.com/pydata/xarray / DatasetWeighted

Class DatasetWeighted

xarray/computation/weighted.py:550–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548
549
550class DatasetWeighted(Weighted["Dataset"]):
551 def _implementation(self, func, dim, **kwargs) -> Dataset:
552 self._check_dim(dim)
553 return self.obj.map(func, dim=dim, **kwargs)
554
555
556def _inject_docstring(cls, cls_name):

Callers 1

weightedMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…