(
self: CUnicode[str, t.Any],
default_value: str | Sentinel = ...,
allow_none: Literal[False] = ...,
read_only: bool | None = ...,
help: str | None = ...,
config: t.Any = ...,
**kwargs: t.Any,
)
| 2990 | |
| 2991 | @t.overload |
| 2992 | def __init__( |
| 2993 | self: CUnicode[str, t.Any], |
| 2994 | default_value: str | Sentinel = ..., |
| 2995 | allow_none: Literal[False] = ..., |
| 2996 | read_only: bool | None = ..., |
| 2997 | help: str | None = ..., |
| 2998 | config: t.Any = ..., |
| 2999 | **kwargs: t.Any, |
| 3000 | ) -> None: |
| 3001 | ... |
| 3002 | |
| 3003 | @t.overload |
| 3004 | def __init__( |
nothing calls this directly
no outgoing calls
no test coverage detected