MCPcopy 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
209Game()

Callers 15

LoopMethod · 0.95
recipe-578390.pyFile · 0.45
draw_fractalFunction · 0.45
recipe-578426.pyFile · 0.45
recipe-577316.pyFile · 0.45
recipe-578616.pyFile · 0.45
pil_render_linesFunction · 0.45
recipe-577156.pyFile · 0.45
recipe-578029.pyFile · 0.45
recipe-578459.pyFile · 0.45
txt2imgFunction · 0.45
pil_renderFunction · 0.45

Calls 4

blitDirectionsMethod · 0.95
fillMethod · 0.80
updateMethod · 0.45
drawMethod · 0.45

Tested by

no test coverage detected