Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ T
Method
T
dask/array/core.py:2203–2204 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2201
2202
@property
2203
def
T(self):
2204
return
self.transpose()
2205
2206
def
transpose(self, *axes):
2207
""
"Reverse or permute the axes of an array. Return the modified array.
Callers
nothing calls this directly
Calls
1
transpose
Method · 0.95
Tested by
no test coverage detected