golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/aiohttp_jinja2
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
7.76 KB
Del
OK
__pycache__
-
Del
OK
helpers.py
2.33 KB
Del
OK
py.typed
9 B
Del
OK
typedefs.py
158 B
Del
OK
Edit: typedefs.py
from typing import Callable, Iterable, Mapping, Tuple, Union Filter = Callable[..., str] Filters = Union[Iterable[Tuple[str, Filter]], Mapping[str, Filter]]
Save