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

Method transpose

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

Source from the content-addressed store, hash-verified

1892 self.array[indexer.tuple] = value
1893
1894 def transpose(self, order):
1895 return self.array.transpose(order)
1896
1897
1898class PandasIndexingAdapter(IndexingAdapter):

Callers

nothing calls this directly

Calls 1

transposeMethod · 0.45

Tested by

no test coverage detected