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

Function with_cyan

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

Source from the content-addressed store, hash-verified

54
55
56def with_cyan(text: str) -> str:
57 return with_color(text, "36")
58
59
60def with_blue(text: str) -> str:

Callers 2

show_diagnosticFunction · 0.85

Calls 1

with_colorFunction · 0.85

Tested by

no test coverage detected