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

Method __init__

traitlets/traitlets.py:3147–3156  ·  view source on GitHub ↗
(
            self: CBool[bool, t.Any],
            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

3145
3146 @t.overload
3147 def __init__(
3148 self: CBool[bool, t.Any],
3149 default_value: bool | Sentinel = ...,
3150 allow_none: Literal[False] = ...,
3151 read_only: bool | None = ...,
3152 help: str | None = ...,
3153 config: t.Any = ...,
3154 **kwargs: t.Any,
3155 ) -> None:
3156 ...
3157
3158 @t.overload
3159 def __init__(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected