massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / bleach / bleach / callbacks.pyi
1 from collections.abc import MutableMapping
2 from typing import Any
3
4 _Attrs = MutableMapping[Any, str]
5
6 def nofollow(attrs: _Attrs, new: bool = ...) -> _Attrs: ...
7 def target_blank(attrs: _Attrs, new: bool = ...) -> _Attrs: ...