????

Your IP : 216.73.216.48


Current Path : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/markupsafe/
Upload File :
Current File : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/markupsafe/_speedups.pyi

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