Method
__init__
(
self: Int[int, int],
default_value: int | Sentinel = ...,
allow_none: Literal[False] = ...,
read_only: bool | None = ...,
help: str | None = ...,
config: t.Any | None = ...,
**kwargs: t.Any,
)
Source from the content-addressed store, hash-verified
| 2598 | |
| 2599 | @t.overload |
| 2600 | def __init__( |
| 2601 | self: Int[int, int], |
| 2602 | default_value: int | Sentinel = ..., |
| 2603 | allow_none: Literal[False] = ..., |
| 2604 | read_only: bool | None = ..., |
| 2605 | help: str | None = ..., |
| 2606 | config: t.Any | None = ..., |
| 2607 | **kwargs: t.Any, |
| 2608 | ) -> None: |
| 2609 | ... |
| 2610 | |
| 2611 | @t.overload |
| 2612 | def __init__( |
Callers
nothing calls this directly
Tested by
no test coverage detected