(self, v_i64: int = ..., v_f64: float = ..., v_str: str = ...)
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected