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

Method __init__

tests/python/test_dataclass_copy.py:1184–1186  ·  view source on GitHub ↗
(self, *, b: str, a: int)

Source from the content-addressed store, hash-verified

1182 b: str
1183
1184 def __init__(self, *, b: str, a: int) -> None:
1185 self.a = a
1186 self.b = b
1187
1188
1189class TestPyClassPickleRoundtrip:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected