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

Function xlarge

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

Source from the content-addressed store, hash-verified

10 return "[b]{s}[/b]".format(s=s)
11
12def xlarge(s):
13 return size(s, 'x-large')
14
15def large(s):
16 return size(s, 'large')

Callers 1

h1Function · 0.85

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected