MCPcopy 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
27class MyGlobals:
28 axis_pings = None
29 ping_x_array = []
30 ping_y_array = []
31
32
33g_my_globals = MyGlobals()

Calls

no outgoing calls

Tested by

no test coverage detected