(self, key: int, label: str)
| 263 | label: str |
| 264 | if TYPE_CHECKING: |
| 265 | def __init__(self, key: int, label: str) -> None: ... |
| 266 | def __ffi_init__(self, _0: int, _1: str, /) -> None: ... # ty: ignore[invalid-method-override] |
| 267 | # fmt: on |
| 268 | # tvm-ffi-stubgen(end) |
nothing calls this directly
no outgoing calls
no test coverage detected