/opt/imunify360/venv/lib/python3.11/site-packages/markupsafe
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: ...
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
_native.py
Edit
_speedups.c
Edit
_speedups.cpython-311-x86_64-linux-gnu.so
Edit
_speedups.pyi
Edit
py.typed
Edit