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

Method print_description

traitlets/config/application.py:668–670  ·  view source on GitHub ↗

Print the application description.

(self)

Source from the content-addressed store, hash-verified

666 return "\n".join(c.class_config_rst_doc() for c in self._classes_inc_parents())
667
668 def print_description(self) -> None:
669 """Print the application description."""
670 print("\n".join(self.emit_description()))
671
672 def emit_description(self) -> t.Generator[str, None, None]:
673 """Yield lines with the application description."""

Callers

nothing calls this directly

Calls 1

emit_descriptionMethod · 0.95

Tested by

no test coverage detected