Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ Draw
Method
Draw
recipes/Python/578808_Python_Game_of_Life/recipe-578808.py:203–207 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
201
202
203
def
Draw(self):
204
self.screen.fill(0)
205
self.blitDirections()
206
self.sprites.update()
207
self.sprites.draw(self.screen)
208
209
Game()
Callers
15
Loop
Method · 0.95
recipe-578390.py
File · 0.45
draw_fractal
Function · 0.45
recipe-578426.py
File · 0.45
recipe-577316.py
File · 0.45
recipe-578616.py
File · 0.45
pil_render_lines
Function · 0.45
recipe-577156.py
File · 0.45
recipe-578029.py
File · 0.45
recipe-578459.py
File · 0.45
txt2img
Function · 0.45
pil_render
Function · 0.45
Calls
4
blitDirections
Method · 0.95
fill
Method · 0.80
update
Method · 0.45
draw
Method · 0.45
Tested by
no test coverage detected