Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
class
Playfield():
Callers
11
main
Function · 0.45
graph_percentage_abs
Method · 0.45
graph_value
Method · 0.45
graph_percentage_abs
Method · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Demo_Graph_Ball_Game.py
File · 0.45
main
Function · 0.45
Demo_PIL_Color_Picker.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected