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

Method __init__

tests/python/test_object.py:107–108  ·  view source on GitHub ↗
(self, value: Any)

Source from the content-addressed store, hash-verified

105
106class MyObject:
107 def __init__(self, value: Any) -> None:
108 self.value = value
109
110
111def test_opaque_object() -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected