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