MCPcopy Index your code
hub / github.com/pydata/xarray / T

Method T

xarray/core/variable.py:1443–1444  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1441
1442 @property
1443 def T(self) -> Self:
1444 return self.transpose()
1445
1446 @deprecate_dims
1447 def set_dims(self, dim, shape=None):

Callers

nothing calls this directly

Calls 1

transposeMethod · 0.95

Tested by

no test coverage detected