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

Method info

traitlets/traitlets.py:4306–4307  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4304 return f"any of {self._choices_str(as_rst)}{none}"
4305
4306 def info(self) -> str:
4307 return self._info(as_rst=False)
4308
4309 def info_rst(self) -> str:
4310 return self._info(as_rst=True)

Callers

nothing calls this directly

Calls 1

_infoMethod · 0.95

Tested by

no test coverage detected