xref
: /
external
/
python
/
markupsafe
/
bench
/
bench_long_empty_string.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
from
markupsafe
import
escape
2
3
4
def
run
():
5
string
=
"Hello World!"
*
1000
6
escape
(
string
)
7