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

Function size

pf_focus/bbcode.py:6–7  ·  view source on GitHub ↗
(s, size)

Source from the content-addressed store, hash-verified

4
5
6def size(s, size):
7 return "[size={size}]{s}[/size]".format(size=size, s=s)
8
9def bold(s):
10 return "[b]{s}[/b]".format(s=s)

Callers 2

xlargeFunction · 0.85
largeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected