MCPcopy Create free account
hub / github.com/ActiveState/code / greenFmt

Function greenFmt

recipes/Python/577546_linecountpy/recipe-577546.py:82–83  ·  view source on GitHub ↗
(str, closeTag=defaultFmtTag)

Source from the content-addressed store, hash-verified

80 return boldFmtTag + str + closeTag
81
82def greenFmt(str, closeTag=defaultFmtTag):
83 return greenFmtTag + str + closeTag
84
85def redFmt(str, closeTag=defaultFmtTag):
86 return redFmtTag + str + closeTag

Callers 1

recipe-577546.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected