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

Method __init__

tests/python/test_dataclass_py_class.py:5107–5109  ·  view source on GitHub ↗
(self, val: int)

Source from the content-addressed store, hash-verified

5105 val: int
5106
5107 def __init__(self, val: int) -> None:
5108 super().__init__()
5109 self.val = val
5110
5111 obj = Child(99)
5112 assert isinstance(obj, Child)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected