(
self: CInt[int, t.Any],
default_value: t.Any | Sentinel = ...,
allow_none: Literal[False] = ...,
read_only: bool | None = ...,
help: str | None = ...,
config: t.Any | None = ...,
**kwargs: t.Any,
)
| 2670 | |
| 2671 | @t.overload |
| 2672 | def __init__( |
| 2673 | self: CInt[int, t.Any], |
| 2674 | default_value: t.Any | Sentinel = ..., |
| 2675 | allow_none: Literal[False] = ..., |
| 2676 | read_only: bool | None = ..., |
| 2677 | help: str | None = ..., |
| 2678 | config: t.Any | None = ..., |
| 2679 | **kwargs: t.Any, |
| 2680 | ) -> None: |
| 2681 | ... |
| 2682 | |
| 2683 | @t.overload |
| 2684 | def __init__( |
nothing calls this directly
no outgoing calls
no test coverage detected