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

Function _normalize_path

xarray/backends/common.py:57–57  ·  view source on GitHub ↗
(path: os.PathLike)

Source from the content-addressed store, hash-verified

55
56@overload
57def _normalize_path(path: os.PathLike) -> str: ...
58
59
60@overload

Callers 15

open_groups_as_dictMethod · 0.90
open_datasetMethod · 0.90
open_groups_as_dictMethod · 0.90
_get_mappersFunction · 0.90
open_datasetMethod · 0.90
open_datatreeMethod · 0.90
open_groups_as_dictMethod · 0.90
_find_absolute_pathsFunction · 0.85

Calls 1

is_remote_uriFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…