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

Method document_config_options

traitlets/config/application.py:661–666  ·  view source on GitHub ↗

Generate rST format documentation for the config options this application Returns a multiline string.

(self)

Source from the content-addressed store, hash-verified

659 yield from self.emit_help_epilogue(classes)
660
661 def document_config_options(self) -> str:
662 """Generate rST format documentation for the config options this application
663
664 Returns a multiline string.
665 """
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."""

Callers 1

Calls 2

_classes_inc_parentsMethod · 0.95
class_config_rst_docMethod · 0.80

Tested by 1