We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cad1c1 commit 09d741cCopy full SHA for 09d741c
stubs/html5lib/html5lib/_tokenizer.pyi
@@ -27,6 +27,7 @@ entitiesTrie: Trie
27
attributeMap = dict
28
29
class HTMLTokenizer:
30
+ # TODO: Use Protocol to allow subclasses to set `stream` that do not inherit from HTMLUnicodeInputStream
31
stream: HTMLUnicodeInputStream | HTMLBinaryInputStream
32
parser: Incomplete
33
escapeFlag: bool
0 commit comments