Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ndleah/python-mini-project
/ fill_screen
Method
fill_screen
Lazy_Pong/pong.py:229–230 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
227
return
self.screen
228
229
def
fill_screen(self):
230
self.screen.fill(self.bg_color)
231
232
def
draw_borders(self):
233
pygame.draw.aaline(self.screen, self.line_color,
Callers
2
_check_end_game
Method · 0.80
run_game
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected