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

Class Sentinel

traitlets/__init__.py:27–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class Sentinel(traitlets.Sentinel): # type:ignore[name-defined, misc]
28 def __init__(self, *args: _t.Any, **kwargs: _t.Any) -> None:
29 super().__init__(*args, **kwargs)
30 warn(
31 """
32 Sentinel is not a public part of the traitlets API.
33 It was published by mistake, and may be removed in the future.
34 """,
35 DeprecationWarning,
36 stacklevel=2,
37 )

Callers 1

traitlets.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…