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

Method __init__

tests/python/test_function.py:398–399  ·  view source on GitHub ↗
(self, value: Any)

Source from the content-addressed store, hash-verified

396def test_function_with_value_protocol() -> None:
397 class ValueProtocol:
398 def __init__(self, value: Any) -> None:
399 self.value = value
400
401 def __tvm_ffi_value__(self) -> Any:
402 return self.value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected