massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 3 / html / __init__.pyi
1 from typing import AnyStr\r
2 \r
3 def escape(s: AnyStr, quote: bool = ...) -> AnyStr: ...\r
4 def unescape(s: AnyStr) -> AnyStr: ...\r