MCPcopy 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
471def transpose(array, axes=None):
472 xp = get_array_namespace(array)
473 return xp.transpose(array, axes)
474
475
476def moveaxis(array, source, destination):

Callers 1

_interpndFunction · 0.90

Calls 2

get_array_namespaceFunction · 0.90
transposeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…