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