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

Class C

tests/python/test_dataclass_py_class.py:3108–3110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3106
3107 @py_class(_unique_key("OffDecC"))
3108 class C(P):
3109 a: int = 0
3110 b: int = 0
3111
3112 obj = C(x=10, y=20, a=30, b=40)
3113 assert obj.x == 10

Calls

no outgoing calls