Projekt_AI-Automatyczny_saper/venv/Lib/site-packages/pygame/version.pyi
2021-03-13 21:16:35 +01:00

16 lines
362 B
Python

class SoftwareVersion(tuple):
def __new__(cls, major: int, minor: int, patch: int) -> PygameVersion: ...
def __repr__(self) -> str: ...
def __str__(self) -> str: ...
major: int
minor: int
patch: int
class PygameVersion(SoftwareVersion): ...
class SDLVersion(SoftwareVersion): ...
SDL: SDLVersion
ver: str
vernum: PygameVersion
rev: str