massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / html5lib / html5lib / filters / whitespace.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/whitespace.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/html5lib/html5lib/filters/whitespace.pyi
new file mode 100644 (file)
index 0000000..117aaf6
--- /dev/null
@@ -0,0 +1,11 @@
+from typing import Any
+
+from . import base
+
+SPACES_REGEX: Any
+
+class Filter(base.Filter):
+    spacePreserveElements: Any
+    def __iter__(self): ...
+
+def collapse_spaces(text): ...