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

Method __init__

traitlets/traitlets.py:2672–2681  ·  view source on GitHub ↗
(
            self: CInt[int, t.Any],
            default_value: t.Any | Sentinel = ...,
            allow_none: Literal[False] = ...,
            read_only: bool | None = ...,
            help: str | None = ...,
            config: t.Any | None = ...,
            **kwargs: t.Any,
        )

Source from the content-addressed store, hash-verified

2670
2671 @t.overload
2672 def __init__(
2673 self: CInt[int, t.Any],
2674 default_value: t.Any | Sentinel = ...,
2675 allow_none: Literal[False] = ...,
2676 read_only: bool | None = ...,
2677 help: str | None = ...,
2678 config: t.Any | None = ...,
2679 **kwargs: t.Any,
2680 ) -> None:
2681 ...
2682
2683 @t.overload
2684 def __init__(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected