Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
def
with_red(text: str) -> str:
53
return
with_color(text,
"31"
)
54
55
56
def
with_cyan(text: str) -> str:
Callers
2
format_code_block_with_suggestions
Function · 0.85
show_diagnostic
Function · 0.85
Calls
1
with_color
Function · 0.85
Tested by
no test coverage detected