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

Method shape

xarray/core/utils.py:704–705  ·  view source on GitHub ↗
(self: Any)

Source from the content-addressed store, hash-verified

702
703 @property
704 def shape(self: Any) -> tuple[int, ...]:
705 return self.array.shape
706
707 def __getitem__(self: Any, key):
708 return self.array[key]

Callers 2

pcolormeshFunction · 0.45
_sanitize_slice_elementFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected