Method
__init__
(
self: Float[float, int | float],
default_value: float | 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
| 2723 | |
| 2724 | @t.overload |
| 2725 | def __init__( |
| 2726 | self: Float[float, int | float], |
| 2727 | default_value: float | Sentinel = ..., |
| 2728 | allow_none: Literal[False] = ..., |
| 2729 | read_only: bool | None = ..., |
| 2730 | help: str | None = ..., |
| 2731 | config: t.Any | None = ..., |
| 2732 | **kwargs: t.Any, |
| 2733 | ) -> None: |
| 2734 | ... |
| 2735 | |
| 2736 | @t.overload |
| 2737 | def __init__( |
Callers
nothing calls this directly
Tested by
no test coverage detected