MCPcopy Create free account
hub / github.com/TKCERT/pfFocus / bold

Function bold

pf_focus/bbcode.py:9–10  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

7 return "[size={size}]{s}[/size]".format(size=size, s=s)
8
9def bold(s):
10 return "[b]{s}[/b]".format(s=s)
11
12def xlarge(s):
13 return size(s, 'x-large')

Callers 3

h1Function · 0.85
h2Function · 0.85
h3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected