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

Method info

traitlets/traitlets.py:3257–3258  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3255 return f"any of {self._choices_str(as_rst)}{none}"
3256
3257 def info(self) -> str:
3258 return self._info(as_rst=False)
3259
3260 def info_rst(self) -> str:
3261 return self._info(as_rst=True)

Callers

nothing calls this directly

Calls 1

_infoMethod · 0.95

Tested by

no test coverage detected