massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / html5lib / html5lib / filters / optionaltags.pyi
1 from . import base
2
3 class Filter(base.Filter):
4     def slider(self) -> None: ...
5     def __iter__(self): ...
6     def is_optional_start(self, tagname, previous, next): ...
7     def is_optional_end(self, tagname, next): ...