Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ rect
Method
rect
flappyBird_pygame/flappy_bird.py:67–69 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
65
66
@property
67
def
rect(self):
68
# return birds params
69
return
Rect(self.x, self.y, Bird.WIDTH, Bird.HEIGHT)
70
71
72
class
PipePair(pygame.sprite.Sprite):
Callers
8
draw_cards
Function · 0.45
draw
Method · 0.45
draw
Method · 0.45
draw_cubes
Method · 0.45
basic.py
File · 0.45
draw
Method · 0.45
draw_button
Function · 0.45
draw_health_bar
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected