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

Method __init__

tests/python/test_dataclass_py_class.py:5461–5463  ·  view source on GitHub ↗

Initialize WrapMeta.

(self, x: int)

Source from the content-addressed store, hash-verified

5459 x: int
5460
5461 def __init__(self, x: int) -> None:
5462 """Initialize WrapMeta."""
5463 self.x = x
5464
5465 assert WrapMeta.__init__.__doc__ == "Initialize WrapMeta."
5466 assert hasattr(WrapMeta.__init__, "__wrapped__")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected