massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / bleach / bleach / callbacks.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/bleach/bleach/callbacks.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/bleach/bleach/callbacks.pyi
new file mode 100644 (file)
index 0000000..de8a14d
--- /dev/null
@@ -0,0 +1,7 @@
+from collections.abc import MutableMapping
+from typing import Any
+
+_Attrs = MutableMapping[Any, str]
+
+def nofollow(attrs: _Attrs, new: bool = ...) -> _Attrs: ...
+def target_blank(attrs: _Attrs, new: bool = ...) -> _Attrs: ...