Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ strong
Function
strong
tools/python-3.11.9-amd64/Lib/cgitb.py:57–61 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
55
return
''
56
57
def
strong(text):
58
if
text:
59
return
'<strong>'
+ text +
'</strong>'
60
else
:
61
return
''
62
63
def
grey(text):
64
if
text:
Callers
1
html
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected