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

Method __ffi_init__

python/tvm_ffi/testing/testing.py:383–383  ·  view source on GitHub ↗
(self, a: int, d: int = ..., *, c: int)

Source from the content-addressed store, hash-verified

381 if TYPE_CHECKING:
382 def __init__(self, a: int, d: int = ..., *, c: int) -> None: ...
383 def __ffi_init__(self, a: int, d: int = ..., *, c: int) -> None: ... # ty: ignore[invalid-method-override]
384 # fmt: on
385 # tvm-ffi-stubgen(end)
386

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected