Skip to content

Commit e0bf78a

Browse files
committed
add Color.__bytes__ to the stubs
1 parent da78307 commit e0bf78a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildconfig/stubs/pygame/color.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class Color(Collection[int]):
4242
def __mod__(self, other: Color) -> Color: ...
4343
def __int__(self) -> int: ...
4444
def __float__(self) -> float: ...
45+
def __bytes__(self) -> bytes: ...
4546
def __len__(self) -> int: ...
4647
def __index__(self) -> int: ...
4748
def __invert__(self) -> Color: ...

0 commit comments

Comments
 (0)