(self, _0: int, _1: str, _2: int, /)
| 230 | if TYPE_CHECKING: |
| 231 | def __init__(self, key: int, name: str, hash_ignored: int) -> None: ... |
| 232 | def __ffi_init__(self, _0: int, _1: str, _2: int, /) -> None: ... # ty: ignore[invalid-method-override] |
| 233 | # fmt: on |
| 234 | # tvm-ffi-stubgen(end) |
| 235 |
nothing calls this directly
no outgoing calls
no test coverage detected