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

Class Child

tests/python/test_dataclass_py_class.py:703–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701
702 @py_class(_unique_key("Child"))
703 class Child(Parent):
704 y: str
705
706 obj = Child(x=1, y="hello")
707 assert obj.x == 1

Calls

no outgoing calls