Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
57
def
_normalize_path(path: os.PathLike) -> str: ...
58
59
60
@overload
Callers
15
open_groups_as_dict
Method · 0.90
open_dataset
Method · 0.90
open_groups_as_dict
Method · 0.90
_dataset_from_backend_dataset
Function · 0.90
_datatree_from_backend_datatree
Function · 0.90
_normalize_filename_or_obj
Function · 0.90
_get_mappers
Function · 0.90
open_dataset
Method · 0.90
open_datatree
Method · 0.90
open_groups_as_dict
Method · 0.90
_normalize_filename_or_obj
Function · 0.90
_find_absolute_paths
Function · 0.85
Calls
1
is_remote_uri
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…