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

Method __init__

tests/python/test_dataclass_py_class.py:5032–5034  ·  view source on GitHub ↗
(self, x: int)

Source from the content-addressed store, hash-verified

5030 x: int
5031
5032 def __init__(self, x: int) -> None:
5033 super().__init__()
5034 self.x = x
5035
5036 @py_class(_unique_key("SIChain_C"), init=False)
5037 class C(B):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected