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

Method print_options

traitlets/config/application.py:580–582  ·  view source on GitHub ↗

Print the options part of the help.

(self)

Source from the content-addressed store, hash-verified

578 raise
579
580 def print_options(self) -> None:
581 """Print the options part of the help."""
582 print("\n".join(self.emit_options_help()))
583
584 def emit_options_help(self) -> t.Generator[str, None, None]:
585 """Yield the lines for the options part of the help."""

Callers

nothing calls this directly

Calls 1

emit_options_helpMethod · 0.95

Tested by

no test coverage detected