| .. | |||||
| __pycache__ | |||||
| __init__.py | |||||
| _native.py | |||||
| _speedups.cpython-37m-x86_64-linux-gnu.so | |||||
| _speedups.pyi | |||||
| py.typed |
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: ...
| .. | |||||
| __pycache__ | |||||
| __init__.py | |||||
| _native.py | |||||
| _speedups.cpython-37m-x86_64-linux-gnu.so | |||||
| _speedups.pyi | |||||
| py.typed |