Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PySimpleGUI/PySimpleGUI
/ up
Method
up
DemoPrograms/Demo_Pong_Multiple_Platforms.py:120–121 ·
view source on GitHub ↗
(self, amount)
Source
from the content-addressed store, hash-verified
118
self.cury = height/2
119
120
def
up(self, amount):
121
self.y = -amount
122
123
def
down(self, amount):
124
self.y = amount
Callers
1
pong
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected