(self, key: int, label: str)
| 246 | label: str |
| 247 | if TYPE_CHECKING: |
| 248 | def __init__(self, key: int, label: str) -> None: ... |
| 249 | def __ffi_init__(self, _0: int, _1: str, /) -> None: ... # ty: ignore[invalid-method-override] |
| 250 | # fmt: on |
| 251 | # tvm-ffi-stubgen(end) |
nothing calls this directly
no outgoing calls
no test coverage detected