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

Method __ffi_init__

python/tvm_ffi/testing/testing.py:75–75  ·  view source on GitHub ↗
(self, v_i64: int = ..., v_f64: float = ..., v_str: str = ...)

Source from the content-addressed store, hash-verified

73 if TYPE_CHECKING:
74 def __init__(self, v_i64: int = ..., v_f64: float = ..., v_str: str = ...) -> None: ...
75 def __ffi_init__(self, v_i64: int = ..., v_f64: float = ..., v_str: str = ...) -> None: ... # ty: ignore[invalid-method-override]
76 def add_i64(self, _1: int, /) -> int: ...
77 # fmt: on
78 # tvm-ffi-stubgen(end)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected