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

Function _parse_size

xarray/plot/utils.py:1310–1313  ·  view source on GitHub ↗
(
    data: None,
    norm: tuple[float | None, float | None, bool] | Normalize | None,
)

Source from the content-addressed store, hash-verified

1308
1309@overload
1310def _parse_size(
1311 data: None,
1312 norm: tuple[float | None, float | None, bool] | Normalize | None,
1313) -> None: ...
1314
1315
1316@overload

Callers 1

map_datasetMethod · 0.90

Calls 3

_is_numericFunction · 0.85
arangeMethod · 0.80
anyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…