projektAI/venv/Lib/site-packages/pygame/version.pyi
2021-06-06 22:13:05 +02: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