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

Method info_rst

traitlets/traitlets.py:3306–3307  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3304 return self._info(as_rst=False)
3305
3306 def info_rst(self) -> str:
3307 return self._info(as_rst=True)
3308
3309
3310class FuzzyEnum(Enum[G]):

Callers

nothing calls this directly

Calls 1

_infoMethod · 0.95

Tested by

no test coverage detected