massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / html5lib / html5lib / treebuilders / __init__.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/html5lib/html5lib/treebuilders/__init__.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/html5lib/html5lib/treebuilders/__init__.pyi
new file mode 100644 (file)
index 0000000..a9cd200
--- /dev/null
@@ -0,0 +1,5 @@
+from typing import Any
+
+treeBuilderCache: Any
+
+def getTreeBuilder(treeType, implementation: Any | None = ..., **kwargs): ...