Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ info
Method
info
traitlets/traitlets.py:3353–3354 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3351
return
f
"any case-{case} {substr} of {self._choices_str(as_rst)}{none}"
3352
3353
def
info(self) -> str:
3354
return
self._info(as_rst=False)
3355
3356
def
info_rst(self) -> str:
3357
return
self._info(as_rst=True)
Callers
nothing calls this directly
Calls
1
_info
Method · 0.95
Tested by
no test coverage detected