MCPcopy Create free account
hub / github.com/ipython/traitlets / __init__

Method __init__

traitlets/traitlets.py:4142–4151  ·  view source on GitHub ↗
(
            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,
        )

Source from the content-addressed store, hash-verified

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__(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected