Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PySimpleGUI/PySimpleGUI
/ MyGlobals
Class
MyGlobals
DemoPrograms/Demo_Matplotlib_Ping_Graph_Large.py:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
27
class
MyGlobals:
28
axis_pings = None
29
ping_x_array = []
30
ping_y_array = []
31
32
33
g_my_globals = MyGlobals()
Callers
1
Demo_Matplotlib_Ping_Graph_Large.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected