massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / html5lib / html5lib / filters / lint.pyi
1 from typing import Any
2
3 from . import base
4
5 class Filter(base.Filter):
6     require_matching_tags: Any
7     def __init__(self, source, require_matching_tags: bool = ...) -> None: ...
8     def __iter__(self): ...