massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / MarkupSafe / markupsafe / _speedups.pyi
1 from typing import Text
2
3 from . import Markup
4 from ._compat import text_type
5
6 def escape(s: Markup | Text) -> Markup: ...
7 def escape_silent(s: None | Markup | Text) -> Markup: ...
8 def soft_unicode(s: Text) -> text_type: ...