massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Werkzeug / werkzeug / filesystem.pyi
1 from typing import Any
2
3 has_likely_buggy_unicode_filesystem: Any
4
5 class BrokenFilesystemWarning(RuntimeWarning, UnicodeWarning): ...
6
7 def get_filesystem_encoding(): ...