MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / with_formatting

Function with_formatting

misc/python/materialize/terminal.py:24–25  ·  view source on GitHub ↗
(text: str, formatting: str)

Source from the content-addressed store, hash-verified

22
23
24def with_formatting(text: str, formatting: str) -> str:
25 return with_formattings(text, [formatting])
26
27
28def with_conditional_formatting(text: str, formatting: str, condition: bool) -> str:

Callers 4

parallel_task.pyFile · 0.90
print_artifact_matchFunction · 0.90
print_annotation_matchFunction · 0.90

Calls 1

with_formattingsFunction · 0.85

Tested by

no test coverage detected