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

Method __init__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected