Sign in
android
/
platform
/
external
/
python
/
markupsafe
/
ed71095
/
.
/
bench
/
bench_basic.py
blob: 1172d150bb27216308ffdb4350a879a3133d40c0 [
file
] [
log
] [
blame
]
from
markupsafe
import
escape
def
run
():
escape
(
'<strong>Hello World!</strong>'
)