Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ transpose
Function
transpose
xarray/core/duck_array_ops.py:471–473 ·
view source on GitHub ↗
(array, axes=None)
Source
from the content-addressed store, hash-verified
469
470
471
def
transpose(array, axes=None):
472
xp = get_array_namespace(array)
473
return
xp.transpose(array, axes)
474
475
476
def
moveaxis(array, source, destination):
Callers
1
_interpnd
Function · 0.90
Calls
2
get_array_namespace
Function · 0.90
transpose
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…