Files
open_dbm/dashboard/flask-server/venv/Lib/site-packages/markupsafe/_speedups.pyi
Carla Floricel 05e52aa52b first commit
2022-08-02 09:52:52 -04:00

10 lines
229 B
Python

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: ...