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