Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ small
Function
small
tools/python-3.11.9-amd64/Lib/cgitb.py:51–55 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
49
50
__UNDEF__ = []
# a special sentinel object
51
def
small(text):
52
if
text:
53
return
'<small>'
+ text +
'</small>'
54
else
:
55
return
''
56
57
def
strong(text):
58
if
text:
Callers
1
html
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected