Sign in
chromium
/
external
/
github.com
/
mitsuhiko
/
markupsafe
/
refs/tags/0.23
/
.
/
bench
/
bench_basic.py
blob: 1172d150bb27216308ffdb4350a879a3133d40c0 [
file
]
from
markupsafe
import
escape
def
run
():
escape
(
'<strong>Hello World!</strong>'
)