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

Method __init__

python/tvm_ffi/testing/testing.py:92–92  ·  view source on GitHub ↗
(self, a: int, b: int)

Source from the content-addressed store, hash-verified

90 b: int
91 if TYPE_CHECKING:
92 def __init__(self, a: int, b: int) -> None: ...
93 def __ffi_init__(self, _0: int, _1: int, /) -> None: ... # ty: ignore[invalid-method-override]
94 def sum(self, /) -> int: ...
95 # fmt: on

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected