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

Function _find_absolute_paths

xarray/backends/common.py:97–100  ·  view source on GitHub ↗
(
    paths: str | os.PathLike | Sequence[str | os.PathLike],
    **kwargs,
)

Source from the content-addressed store, hash-verified

95
96@overload
97def _find_absolute_paths(
98 paths: str | os.PathLike | Sequence[str | os.PathLike],
99 **kwargs,
100) -> list[str]: ...
101
102
103@overload

Callers 1

open_mfdatasetFunction · 0.90

Calls 5

is_remote_uriFunction · 0.90
attempt_importFunction · 0.90
_normalize_pathFunction · 0.85
_normalize_path_listFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…