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

Function parse_ordered_dims

xarray/core/utils.py:1071–1077  ·  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

1069
1070@overload
1071def parse_ordered_dims(
1072 dim: Dims,
1073 all_dims: tuple[Hashable, ...],
1074 *,
1075 check_exists: bool = True,
1076 replace_none: Literal[True] = True,
1077) -> tuple[Hashable, ...]: ...
1078
1079
1080@overload

Callers

nothing calls this directly

Calls 4

_check_dimsFunction · 0.85
parse_dims_as_tupleFunction · 0.85
countMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…