(self, a: int, d: int = ..., *, c: int)
| 381 | if TYPE_CHECKING: |
| 382 | def __init__(self, a: int, d: int = ..., *, c: int) -> None: ... |
| 383 | def __ffi_init__(self, a: int, d: int = ..., *, c: int) -> None: ... # ty: ignore[invalid-method-override] |
| 384 | # fmt: on |
| 385 | # tvm-ffi-stubgen(end) |
| 386 |
nothing calls this directly
no outgoing calls
no test coverage detected