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

Method __ffi_init__

python/tvm_ffi/testing/testing.py:297–297  ·  view source on GitHub ↗
(self, v_i64: int, v_i32: int)

Source from the content-addressed store, hash-verified

295 if TYPE_CHECKING:
296 def __init__(self, v_i64: int, v_i32: int) -> None: ...
297 def __ffi_init__(self, v_i64: int, v_i32: int) -> None: ... # ty: ignore[invalid-method-override]
298 # fmt: on
299 # tvm-ffi-stubgen(end)
300 not_field_1 = 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected