Sign in
android
/
platform
/
external
/
python
/
markupsafe
/
188802c
/
.
/
bench
/
bench_long_empty_string.py
blob: 320fb0a93bf7be1fab621b0af0c2a7621ac6c61a [
file
] [
log
] [
blame
]
from
markupsafe
import
escape
def
run
():
string
=
'Hello World!'
*
1000
escape
(
string
)