Adding upstream version 0.15.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0184169650
commit
c6da052ee9
47 changed files with 6799 additions and 0 deletions
7
stubs/pyperclip/__init__.pyi
Normal file
7
stubs/pyperclip/__init__.pyi
Normal file
|
@ -0,0 +1,7 @@
|
|||
from typing import Callable, Tuple
|
||||
|
||||
def copy(s: str) -> None: ...
|
||||
def paste() -> str: ...
|
||||
def determine_clipboard() -> Tuple[Callable[[str], None], Callable[[], str]]: ...
|
||||
|
||||
class PyperclipException(Exception): ...
|
Loading…
Add table
Add a link
Reference in a new issue