MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / with_red

Function with_red

tools/check_code_block_format.py:52–53  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

50
51
52def with_red(text: str) -> str:
53 return with_color(text, "31")
54
55
56def with_cyan(text: str) -> str:

Callers 2

show_diagnosticFunction · 0.85

Calls 1

with_colorFunction · 0.85

Tested by

no test coverage detected