Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ info_rst
Method
info_rst
traitlets/traitlets.py:4309–4310 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4307
return
self._info(as_rst=False)
4308
4309
def
info_rst(self) -> str:
4310
return
self._info(as_rst=True)
4311
4312
4313
class
Callable(TraitType[t.Callable[..., t.Any], t.Callable[..., t.Any]]):
Callers
nothing calls this directly
Calls
1
_info
Method · 0.95
Tested by
no test coverage detected