/opt/imunify360/venv/lib/python3.11/site-packages/markupsafe
NameSizeModeActions
__pycache__/-0755rm
py.typed00644editdlrm
_native.py19860644editdlrm
_speedups.c74000644editdlrm
_speedups.cpython-311-x86_64-linux-gnu.so173680755editdlrm
_speedups.pyi2290644editdlrm
__init__.py89230644editdlrm
Edit: /opt/imunify360/venv/lib/python3.11/site-packages/markupsafe/_speedups.pyi (229B)
from typing import Any from typing import Optional from . import Markup def escape(s: Any) -> Markup: ... def escape_silent(s: Optional[Any]) -> Markup: ... def soft_str(s: Any) -> str: ... def soft_unicode(s: Any) -> str: ...