MCPcopy
hub / github.com/PySimpleGUI/PySimpleGUI / down

Method down

DemoPrograms/Demo_Pong_Multiple_Platforms.py:123–124  ·  view source on GitHub ↗
(self, amount)

Source from the content-addressed store, hash-verified

121 self.y = -amount
122
123 def down(self, amount):
124 self.y = amount
125
126 @property
127 def curr_pos(self):

Callers 1

pongFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected