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

Method print_subcommands

traitlets/config/application.py:599–601  ·  view source on GitHub ↗

Print the subcommand part of the help.

(self)

Source from the content-addressed store, hash-verified

597 yield ""
598
599 def print_subcommands(self) -> None:
600 """Print the subcommand part of the help."""
601 print("\n".join(self.emit_subcommands_help()))
602
603 def emit_subcommands_help(self) -> t.Generator[str, None, None]:
604 """Yield the lines for the subcommand part of the help."""

Callers

nothing calls this directly

Calls 1

emit_subcommands_helpMethod · 0.95

Tested by

no test coverage detected