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

Method __init__

python/tvm_ffi/testing/testing.py:213–213  ·  view source on GitHub ↗
(self, key: int, name: str, ignored_field: int)

Source from the content-addressed store, hash-verified

211 ignored_field: int
212 if TYPE_CHECKING:
213 def __init__(self, key: int, name: str, ignored_field: int) -> None: ...
214 def __ffi_init__(self, _0: int, _1: str, _2: int, /) -> None: ... # ty: ignore[invalid-method-override]
215 # fmt: on
216 # tvm-ffi-stubgen(end)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected