massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / markupsafe / _speedups.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/markupsafe/_speedups.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/markupsafe/_speedups.pyi
new file mode 100644 (file)
index 0000000..4ec38ca
--- /dev/null
@@ -0,0 +1,7 @@
+from . import Markup\r
+from ._compat import text_type, string_types\r
+from typing import Union, Text\r
+\r
+def escape(s: Union[Markup, Text]) -> Markup: ...\r
+def escape_silent(s: Union[None, Markup, Text]) -> Markup: ...\r
+def soft_unicode(s: Text) -> text_type: ...\r