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

Method transpose

xarray/core/indexing.py:1696–1697  ·  view source on GitHub ↗
(self, order)

Source from the content-addressed store, hash-verified

1694 self.array = array
1695
1696 def transpose(self, order):
1697 return self.array.transpose(order)
1698
1699 def _oindex_get(self, indexer: OuterIndexer):
1700 key = _outer_to_numpy_indexer(indexer, self.array.shape)

Callers

nothing calls this directly

Calls 1

transposeMethod · 0.45

Tested by

no test coverage detected