massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Send2Trash / send2trash / __init__.pyi
1 from _typeshed import StrOrBytesPath
2 from typing import Any
3
4 from .exceptions import TrashPermissionError as TrashPermissionError
5
6 # The list should be list[StrOrBytesPath] but that doesn't work because invariance
7 def send2trash(paths: list[Any] | StrOrBytesPath) -> None: ...
8
9 # Marked as incomplete because there are platform-specific plat_foo modules
10 def __getattr__(name: str) -> Any: ...  # incomplete