MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / StartSConsUI

Function StartSConsUI

tools/sconsui.py:464–473  ·  view source on GitHub ↗
(path=None)

Source from the content-addressed store, hash-verified

462 exit(0)
463
464def StartSConsUI(path=None):
465 global val, root, builder, lock
466 root = Tk()
467 root.title('RT-Thread SCons UI')
468 #root.geometrygeometry('590x510+50+50')
469 lock = threading.RLock()
470 builder = SconsUI(root)
471 if path:
472 builder.BSPRoot.set_path(path)
473 root.mainloop()
474
475if __name__ == '__main__':
476 StartSConsUI()

Callers 1

sconsui.pyFile · 0.85

Calls 2

SconsUIClass · 0.85
set_pathMethod · 0.80

Tested by

no test coverage detected