MCPcopy
hub / github.com/pydata/xarray / _calc_widths

Method _calc_widths

xarray/plot/utils.py:1465–1465  ·  view source on GitHub ↗
(self, y: np.ndarray)

Source from the content-addressed store, hash-verified

1463
1464 @overload
1465 def _calc_widths(self, y: np.ndarray) -> np.ndarray: ...
1466
1467 @overload
1468 def _calc_widths(self, y: DataArray) -> DataArray: ...

Callers 2

valuesMethod · 0.95
_values_uniqueMethod · 0.95

Calls 2

maxMethod · 0.45
minMethod · 0.45

Tested by

no test coverage detected