// SYSTEM PANEL //
[ROOT]
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
markupsafe
[ PARENT ]
EDIT :: _native.py
def _escape_inner(s: str, /) -> str: return ( s.replace("&", "&") .replace(">", ">") .replace("<", "<") .replace("'", "'") .replace('"', """) )
SAVE
CANCEL