(self, x: int, y: int)
| 399 | if TYPE_CHECKING: |
| 400 | def __init__(self, x: int, y: int) -> None: ... |
| 401 | def __ffi_init__(self, x: int, y: int) -> None: ... # ty: ignore[invalid-method-override] |
| 402 | # fmt: on |
| 403 | # tvm-ffi-stubgen(end) |
| 404 |
nothing calls this directly
no outgoing calls
no test coverage detected