Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ transpose
Method
transpose
xarray/tests/arrays.py:50–51 ·
view source on GitHub ↗
(self, axes)
Source
from the content-addressed store, hash-verified
48
return
type(self)(self.array[key])
49
50
def
transpose(self, axes):
51
return
type(self)(self.array.transpose(axes))
52
53
54
class
DuckArrayWrapper(utils.NDArrayMixin):
Callers
15
test_vectorize_dask_new_output_dims
Function · 0.45
test_polyfit_polyval_integration
Function · 0.45
test_more_transforms_pass_lazy_array_equiv
Function · 0.45
test_interpolate_nd
Function · 0.45
test_interpolate_nd_scalar
Function · 0.45
test_ds_groupby_quantile
Function · 0.45
test_groupby_drops_nans
Function · 0.45
test_groupby_getitem
Function · 0.45
reorder_dims
Function · 0.45
test_groupby_math_more
Function · 0.45
test_groupby_transpose
Function · 0.45
test_multiple_grouper_unsorted_order
Function · 0.45
Calls
1
type
Function · 0.85
Tested by
15
test_vectorize_dask_new_output_dims
Function · 0.36
test_polyfit_polyval_integration
Function · 0.36
test_more_transforms_pass_lazy_array_equiv
Function · 0.36
test_interpolate_nd
Function · 0.36
test_interpolate_nd_scalar
Function · 0.36
test_ds_groupby_quantile
Function · 0.36
test_groupby_drops_nans
Function · 0.36
test_groupby_getitem
Function · 0.36
reorder_dims
Function · 0.36
test_groupby_math_more
Function · 0.36
test_groupby_transpose
Function · 0.36
test_multiple_grouper_unsorted_order
Function · 0.36