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

Method transpose

xarray/tests/arrays.py:50–51  ·  view source on GitHub ↗
(self, axes)

Source from the content-addressed store, hash-verified

48 return type(self)(self.array[key])
49
50 def transpose(self, axes):
51 return type(self)(self.array.transpose(axes))
52
53
54class DuckArrayWrapper(utils.NDArrayMixin):

Calls 1

typeFunction · 0.85