massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / setuptools / setuptools / glob.pyi
1 def glob(pathname, recursive: bool = ...): ...
2 def iglob(pathname, recursive: bool = ...): ...
3 def escape(pathname): ...