(
self: TCPAddress[tuple[str, int], tuple[str, int]],
default_value: bool | Sentinel = ...,
allow_none: Literal[False] = ...,
read_only: bool | None = ...,
help: str | None = ...,
config: t.Any = ...,
**kwargs: t.Any,
)
| 4140 | |
| 4141 | @t.overload |
| 4142 | def __init__( |
| 4143 | self: TCPAddress[tuple[str, int], tuple[str, int]], |
| 4144 | default_value: bool | Sentinel = ..., |
| 4145 | allow_none: Literal[False] = ..., |
| 4146 | read_only: bool | None = ..., |
| 4147 | help: str | None = ..., |
| 4148 | config: t.Any = ..., |
| 4149 | **kwargs: t.Any, |
| 4150 | ) -> None: |
| 4151 | ... |
| 4152 | |
| 4153 | @t.overload |
| 4154 | def __init__( |
nothing calls this directly
no outgoing calls
no test coverage detected