Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ drawBall
Method
drawBall
PingPong/Ball.py:15–16 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
13
self.maxCoord = maxCoord
14
15
def
drawBall(self):
16
pygame.draw.circle(self.win, (255,) * 3, self.pos, self.rad, 0)
17
18
def
doHorizontalFlip(self):
19
self.vel[0] *= -1
Callers
1
main.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected