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 8d13367 commit 1c7ad5aCopy full SHA for 1c7ad5a
buildconfig/stubs/pygame/sprite.pyi
@@ -68,7 +68,7 @@ class Sprite(_HasImageAndRect):
68
class DirtySprite(Sprite):
69
dirty: int
70
blendmode: int
71
- source_rect: Union[FRect, Rect]
+ source_rect: Optional[Union[FRect, Rect]]
72
visible: int
73
_layer: int
74
0 commit comments