massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / html / __init__.pyi
1 from typing import AnyStr
2
3 def escape(s: AnyStr, quote: bool = ...) -> AnyStr: ...
4 def unescape(s: AnyStr) -> AnyStr: ...