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

Function parse_dims_as_tuple

xarray/core/utils.py:969–975  ·  view source on GitHub ↗
(
    dim: Dims,
    all_dims: tuple[Hashable, ...],
    *,
    check_exists: bool = True,
    replace_none: Literal[True] = True,
)

Source from the content-addressed store, hash-verified

967
968@overload
969def parse_dims_as_tuple(
970 dim: Dims,
971 all_dims: tuple[Hashable, ...],
972 *,
973 check_exists: bool = True,
974 replace_none: Literal[True] = True,
975) -> tuple[Hashable, ...]: ...
976
977
978@overload

Callers 1

parse_ordered_dimsFunction · 0.85

Calls 1

_check_dimsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…