MCPcopy Create free account
hub / github.com/dask/dask / T

Method T

dask/array/core.py:2201–2202  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2199
2200 @property
2201 def T(self):
2202 return self.transpose()
2203
2204 def transpose(self, *axes):
2205 """Reverse or permute the axes of an array. Return the modified array.

Callers

nothing calls this directly

Calls 1

transposeMethod · 0.95

Tested by

no test coverage detected