massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / markupsafe / _speedups.pyi
1 from . import Markup\r
2 from ._compat import text_type, string_types\r
3 from typing import Union, Text\r
4 \r
5 def escape(s: Union[Markup, Text]) -> Markup: ...\r
6 def escape_silent(s: Union[None, Markup, Text]) -> Markup: ...\r
7 def soft_unicode(s: Text) -> text_type: ...\r