MCPcopy 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
51def small(text):
52 if text:
53 return '<small>' + text + '</small>'
54 else:
55 return ''
56
57def strong(text):
58 if text:

Callers 1

htmlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected