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

Method __init__

traitlets/traitlets.py:3373–3382  ·  view source on GitHub ↗
(
        self: Container[T],
        *,
        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

3371
3372 @t.overload
3373 def __init__(
3374 self: Container[T],
3375 *,
3376 allow_none: Literal[False],
3377 read_only: bool | None = ...,
3378 help: str | None = ...,
3379 config: t.Any | None = ...,
3380 **kwargs: t.Any,
3381 ) -> None:
3382 ...
3383
3384 @t.overload
3385 def __init__(

Callers

nothing calls this directly

Calls 5

is_traitFunction · 0.85
warnFunction · 0.85
repr_typeFunction · 0.85
getMethod · 0.45
__init__Method · 0.45

Tested by

no test coverage detected