MCPcopy
hub / github.com/ChristianLempa/boilerplates / text

Method text

cli/core/display/__init__.py:57–59  ·  view source on GitHub ↗

Display plain text.

(self, text: str, style: str | None = None)

Source from the content-addressed store, hash-verified

55
56 # ===== Delegate to base display =====
57 def text(self, text: str, style: str | None = None) -> None:
58 """Display plain text."""
59 return self.base.text(text, style)
60
61 def heading(self, text: str, style: str | None = None) -> None:
62 """Display a heading."""

Callers 15

displayMethod · 0.95
_process_library_updateFunction · 0.45
_display_update_summaryFunction · 0.45
updateFunction · 0.45
listFunction · 0.45
addFunction · 0.45
list_templatesFunction · 0.45
check_output_directoryFunction · 0.45
_display_template_errorFunction · 0.45
_display_generic_errorFunction · 0.45
generate_templateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected