massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Werkzeug / werkzeug / posixemulation.pyi
1 from typing import Any
2
3 from ._compat import to_unicode as to_unicode
4 from .filesystem import get_filesystem_encoding as get_filesystem_encoding
5
6 can_rename_open_file: Any
7
8 def rename(src, dst): ...