(self, key: int, name: str, ignored_field: int)
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected