MCPcopy Create free account
hub / github.com/apache/tvm-ffi / test_c_class_basic

Method test_c_class_basic

tests/python/test_dataclass_common.py:612–613  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

610 assert _match_args(PC) == ("y",)
611
612 def test_c_class_basic(self) -> None:
613 assert _match_args(tvm_ffi.testing.TestIntPair) == ("a", "b")
614
615 def test_c_class_inheritance_parent_first(self) -> None:
616 assert _match_args(tvm_ffi.testing._TestCxxClassDerived) == (

Callers

nothing calls this directly

Calls 1

_match_argsFunction · 0.85

Tested by

no test coverage detected