massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / html5lib / html5lib / constants.pyi
1 from typing import Any
2
3 EOF: Any
4 E: Any
5 namespaces: Any
6 scopingElements: Any
7 formattingElements: Any
8 specialElements: Any
9 htmlIntegrationPointElements: Any
10 mathmlTextIntegrationPointElements: Any
11 adjustSVGAttributes: Any
12 adjustMathMLAttributes: Any
13 adjustForeignAttributes: Any
14 unadjustForeignAttributes: Any
15 spaceCharacters: Any
16 tableInsertModeElements: Any
17 asciiLowercase: Any
18 asciiUppercase: Any
19 asciiLetters: Any
20 digits: Any
21 hexDigits: Any
22 asciiUpper2Lower: Any
23 headingElements: Any
24 voidElements: Any
25 cdataElements: Any
26 rcdataElements: Any
27 booleanAttributes: Any
28 entitiesWindows1252: Any
29 xmlEntities: Any
30 entities: Any
31 replacementCharacters: Any
32 tokenTypes: Any
33 tagTokenTypes: Any
34 prefixes: Any
35
36 class DataLossWarning(UserWarning): ...
37 class _ReparseException(Exception): ...