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: ...
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
__init__.py | File | 8.71 KB | 0644 |
|
_native.py | File | 1.94 KB | 0644 |
|
_speedups.c | File | 7.23 KB | 0644 |
|
_speedups.cpython-311-x86_64-linux-gnu.so | File | 43.39 KB | 0755 |
|
_speedups.pyi | File | 229 B | 0644 |
|
py.typed | File | 0 B | 0644 |
|