/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
stubs/bleach/__init__.pyi
19 строк
501 B
Abiola Faith
Fix part of #15913: Upgrade mypy version from 0.812 to 1.0.1 (#23076)
29 сен 2025, 06:35
Не верифицирован
29 сен 2025, 06:35
5e3ba2f
Код
Авторство
О чём код?
# stubs/bleach/__init__.pyi from typing import Any, Iterable, Mapping def clean( text: str, tags: Iterable[str] | None = ..., attributes: Mapping[str, Iterable[str]] | Iterable[str] | None = ..., styles: Iterable[str] | None = ..., protocols: Iterable[str] | None = ..., strip: bool = ..., strip_comments: bool = ..., ) -> str: ... def linkify( text: str, callbacks: Any = ..., skip_tags: Iterable[str] | None = ..., parse_email: bool = ... ) -> str: ...