Sign in
android
/
platform
/
external
/
python
/
markupsafe
/
8996ce3b20a7c379a26038344bc162aa16a578ea
/
.
/
bench
/
bench_long_empty_string.py
blob: ad2480c80d071a86a442b037bb0843f01bee1126 [
file
] [
log
] [
blame
]
from
markupsafe
import
escape
def
run
():
string
=
"Hello World!"
*
1000
escape
(
string
)