Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm-ffi
/ test_root_path
Function
test_root_path
tests/python/test_access_path.py:22–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
22
def
test_root_path() -> None:
23
root = AccessPath.root()
24
assert isinstance(root, AccessPath)
25
steps = root.to_steps()
26
assert len(steps) == 0
27
assert root == AccessPath.root()
28
29
30
def
test_path_attr() -> None:
Callers
nothing calls this directly
Calls
2
root
Method · 0.80
to_steps
Method · 0.80
Tested by
no test coverage detected