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

Method info_rst

traitlets/traitlets.py:3356–3357  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3354 return self._info(as_rst=False)
3355
3356 def info_rst(self) -> str:
3357 return self._info(as_rst=True)
3358
3359
3360class Container(Instance[T]):

Callers

nothing calls this directly

Calls 1

_infoMethod · 0.95

Tested by

no test coverage detected