(self, a: int, b: int)
| 90 | b: int |
| 91 | if TYPE_CHECKING: |
| 92 | def __init__(self, a: int, b: int) -> None: ... |
| 93 | def __ffi_init__(self, _0: int, _1: int, /) -> None: ... # ty: ignore[invalid-method-override] |
| 94 | def sum(self, /) -> int: ... |
| 95 | # fmt: on |
nothing calls this directly
no outgoing calls
no test coverage detected