MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / move

Method move

DemoPrograms/Demo_Graph_Ball_Game.py:33–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 self.graph_elem = graph_elem
32
33 def move(self):
34 self.graph_elem.RelocateFigure(
35 self.gui_circle_figure, self.body.position[0], ball.body.position[1])
36
37
38class Playfield():

Callers 11

mainFunction · 0.45
graph_percentage_absMethod · 0.45
graph_valueMethod · 0.45
graph_percentage_absMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected