0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.142.42.247


Current Path : /snap/core22/1722/lib/python3/dist-packages/markupsafe/
Upload File :
Current File : //snap/core22/1722/lib/python3/dist-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: ...