Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1898
class
PandasIndexingAdapter(IndexingAdapter):
Callers
nothing calls this directly
Calls
1
transpose
Method · 0.45
Tested by
no test coverage detected