Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/geekcomputers/Python
/ on_draw
Method
on_draw
PongPong_Game/pongpong.py:35–37 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
33
)
34
35
def
on_draw(self):
36
self.clear()
37
self.main_batch.draw()
38
39
40
game_window = PongPongWindow(width=WIDTH, height=HEIGHT, caption=
"PongPong"
)
Callers
nothing calls this directly
Calls
2
clear
Method · 0.80
draw
Method · 0.45
Tested by
no test coverage detected