massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 3 / html / __init__.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/3/html/__init__.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/3/html/__init__.pyi
new file mode 100644 (file)
index 0000000..4a40c2e
--- /dev/null
@@ -0,0 +1,4 @@
+from typing import AnyStr\r
+\r
+def escape(s: AnyStr, quote: bool = ...) -> AnyStr: ...\r
+def unescape(s: AnyStr) -> AnyStr: ...\r