We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da78307 commit e0bf78aCopy full SHA for e0bf78a
buildconfig/stubs/pygame/color.pyi
@@ -42,6 +42,7 @@ class Color(Collection[int]):
42
def __mod__(self, other: Color) -> Color: ...
43
def __int__(self) -> int: ...
44
def __float__(self) -> float: ...
45
+ def __bytes__(self) -> bytes: ...
46
def __len__(self) -> int: ...
47
def __index__(self) -> int: ...
48
def __invert__(self) -> Color: ...
0 commit comments