/usr/lib/python3/dist-packages/markupsafe
NameSizeModeActions
__pycache__/-0755rm
py.typed00644editdlrm
_native.py19860644editdlrm
_speedups.cpython-310-x86_64-linux-gnu.so148480644editdlrm
_speedups.pyi2290644editdlrm
__init__.py89230644editdlrm
Edit: /usr/lib/python3/dist-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: ...