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

Method dims

xarray/core/coordinates.py:1006–1008  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1004
1005 @property
1006 def dims(self) -> Frozen[Hashable, int]:
1007 # deliberately display all dims, not just those on coordinate variables - see https://github.com/pydata/xarray/issues/9466
1008 return Frozen(self._data.dims)
1009
1010 @property
1011 def dtypes(self) -> Frozen[Hashable, np.dtype]:

Callers

nothing calls this directly

Calls 1

FrozenClass · 0.90

Tested by

no test coverage detected