massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / html5lib / html5lib / treewalkers / __init__.pyi
1 from typing import Any
2
3 def getTreeWalker(treeType, implementation: Any | None = ..., **kwargs): ...
4 def pprint(walker): ...