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