creeper-adventure/.venv/lib/python3.8/site-packages/pygame/scrap.pyi
2022-03-31 20:20:07 -05:00

10 lines
312 B
Python

from typing import AnyStr, List
def init() -> None: ...
def get_init() -> bool: ...
def get(data_type: str) -> AnyStr: ...
def get_types() -> List[str]: ...
def put(data_type: str, data: AnyStr) -> None: ...
def contains(data_type: str) -> bool: ...
def lost() -> bool: ...
def set_mode(mode: int) -> None: ...