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

Function parse_dims_as_set

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

Source from the content-addressed store, hash-verified

1028
1029@overload
1030def parse_dims_as_set(
1031 dim: Dims,
1032 all_dims: set[Hashable],
1033 *,
1034 check_exists: bool = True,
1035 replace_none: Literal[True] = True,
1036) -> set[Hashable]: ...
1037
1038
1039@overload

Callers 3

reduceMethod · 0.90
reduceMethod · 0.90
dotFunction · 0.90

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…