massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / commonmark / commonmark / common.pyi
1 import html
2 from typing import Any
3
4 HTMLunescape = html.unescape
5 ENTITY: str
6 TAGNAME: str
7 ATTRIBUTENAME: str
8 UNQUOTEDVALUE: str
9 SINGLEQUOTEDVALUE: str
10 DOUBLEQUOTEDVALUE: str
11 ATTRIBUTEVALUE: Any
12 ATTRIBUTEVALUESPEC: Any
13 ATTRIBUTE: Any
14 OPENTAG: Any
15 CLOSETAG: Any
16 HTMLCOMMENT: str
17 PROCESSINGINSTRUCTION: str
18 DECLARATION: Any
19 CDATA: str
20 HTMLTAG: Any
21 reHtmlTag: Any
22 reBackslashOrAmp: Any
23 ESCAPABLE: str
24 reEntityOrEscapedChar: Any
25 XMLSPECIAL: str
26 reXmlSpecial: Any
27
28 def unescape_char(s): ...
29 def unescape_string(s): ...
30 def normalize_uri(uri): ...
31
32 UNSAFE_MAP: Any
33
34 def replace_unsafe_char(s): ...
35 def escape_xml(s): ...