Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
def
xlarge(s):
13
return
size(s,
'x-large'
)
14
15
def
large(s):
16
return
size(s,
'large'
)
Callers
1
h1
Function · 0.85
Calls
1
size
Function · 0.85
Tested by
no test coverage detected