init
This commit is contained in:
commit
38355d2442
9083 changed files with 1225834 additions and 0 deletions
17
.venv/lib/python3.8/site-packages/pygame/version.pyi
Normal file
17
.venv/lib/python3.8/site-packages/pygame/version.pyi
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
from typing import Tuple
|
||||
|
||||
class SoftwareVersion(Tuple[int, int, int]):
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue