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

Method T

xarray/core/dataarray.py:3180–3181  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3178
3179 @property
3180 def T(self) -> Self:
3181 return self.transpose()
3182
3183 def drop_vars(
3184 self,

Callers

nothing calls this directly

Calls 1

transposeMethod · 0.95

Tested by

no test coverage detected