PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
aiohttp_jinja2
/
Editing: typedefs.py
from typing import Callable, Iterable, Mapping, Tuple, Union Filter = Callable[..., str] Filters = Union[Iterable[Tuple[str, Filter]], Mapping[str, Filter]]
SAVE
CANCEL