MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / test_gui

Function test_gui

tools/python-3.11.9-amd64/Tools/demo/spreadsheet.py:818–825  ·  view source on GitHub ↗

GUI test.

()

Source from the content-addressed store, hash-verified

816 a.save("sheet1.xml")
817
818def test_gui():
819 "GUI test."
820 if sys.argv[1:]:
821 filename = sys.argv[1]
822 else:
823 filename = "sheet1.xml"
824 g = SheetGUI(filename)
825 g.root.mainloop()
826
827if __name__ == '__main__':
828 #test_basic()

Callers 1

spreadsheet.pyFile · 0.85

Calls 2

SheetGUIClass · 0.85
mainloopMethod · 0.45

Tested by

no test coverage detected