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
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/optionaltags.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/optionaltags.pyi
new file mode 100644 (file)
index 0000000..5d53a46
--- /dev/null
@@ -0,0 +1,7 @@
+from . import base
+
+class Filter(base.Filter):
+    def slider(self) -> None: ...
+    def __iter__(self): ...
+    def is_optional_start(self, tagname, previous, next): ...
+    def is_optional_end(self, tagname, next): ...