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

Method dims

xarray/namedarray/core.py:494–496  ·  view source on GitHub ↗

Tuple of dimension names with which this NamedArray is associated.

(self)

Source from the content-addressed store, hash-verified

492
493 @property
494 def dims(self) -> _Dims:
495 """Tuple of dimension names with which this NamedArray is associated."""
496 return self._dims
497
498 @dims.setter
499 def dims(self, value: _DimsLike) -> None:

Callers

nothing calls this directly

Calls 1

_parse_dimensionsMethod · 0.95

Tested by

no test coverage detected