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

Method __matmul__

xarray/core/dataarray.py:4880–4881  ·  view source on GitHub ↗
(self, obj: T_Xarray)

Source from the content-addressed store, hash-verified

4878 return self._replace(new_var)
4879
4880 def __matmul__(self, obj: T_Xarray) -> T_Xarray:
4881 return self.dot(obj)
4882
4883 def __rmatmul__(self, other: T_Xarray) -> T_Xarray:
4884 # currently somewhat duplicative, as only other DataArrays are

Callers

nothing calls this directly

Calls 1

dotMethod · 0.95

Tested by

no test coverage detected