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