PATH:
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
markupsafe
def _escape_inner(s: str, /) -> str: return ( s.replace("&", "&") .replace(">", ">") .replace("<", "<") .replace("'", "'") .replace('"', """) )
[+]
__pycache__
[-] __init__.py
[edit]
[-] _speedups.pyi
[edit]
[-] _native.py
[edit]
[-] _speedups.c
[edit]
[+]
..
[-] _speedups.cpython-312-x86_64-linux-gnu.so
[edit]
[-] py.typed
[edit]