Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ __str__
Method
__str__
traitlets/config/loader.py:57–58 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
55
return
"<Sentinel deprecated>"
56
57
def
__str__(self) -> str:
58
return
"<deprecated>"
59
60
61
_deprecated = _Sentinel()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected