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

Function ExecCmd

tools/sconsui.py:100–107  ·  view source on GitHub ↗
(cmd)

Source from the content-addressed store, hash-verified

98 builder.is_makeing_project = False
99
100def ExecCmd(cmd):
101 global executor
102 if executor:
103 print 'last task does not exit'
104 return
105
106 executor = CmdExecutor(cmd, builder)
107 executor.start()
108
109class DirSelectBox(ttk.Frame):
110 def __init__(self, master=None, **kw):

Callers 3

do_buildMethod · 0.85
do_cleanMethod · 0.85
do_make_projectMethod · 0.85

Calls 2

CmdExecutorClass · 0.85
startMethod · 0.80

Tested by

no test coverage detected