MCPcopy 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
22def 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
30def test_path_attr() -> None:

Callers

nothing calls this directly

Calls 2

rootMethod · 0.80
to_stepsMethod · 0.80

Tested by

no test coverage detected