Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ test_nodepath
Function
test_nodepath
xarray/tests/test_treenode.py:509–512 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
507
508
509
def
test_nodepath():
510
path = NodePath(
"/Mary"
)
511
assert path.root ==
"/"
512
assert path.stem ==
"Mary"
Callers
nothing calls this directly
Calls
1
NodePath
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…