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

Method print_alias_help

traitlets/config/application.py:510–512  ·  view source on GitHub ↗

Print the alias parts of the help.

(self)

Source from the content-addressed store, hash-verified

508 print(f" .{traitname} = {pprint.pformat(value, **pformat_kwargs)}")
509
510 def print_alias_help(self) -> None:
511 """Print the alias parts of the help."""
512 print("\n".join(self.emit_alias_help()))
513
514 def emit_alias_help(self) -> t.Generator[str, None, None]:
515 """Yield the lines for alias part of the help."""

Callers 1

test_aliases_help_msgMethod · 0.80

Calls 1

emit_alias_helpMethod · 0.95

Tested by 1

test_aliases_help_msgMethod · 0.64