Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
def
size(s, size):
7
return
"[size={size}]{s}[/size]"
.format(size=size, s=s)
8
9
def
bold(s):
10
return
"[b]{s}[/b]"
.format(s=s)
Callers
2
xlarge
Function · 0.85
large
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected