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

Method __init__

tools/sconsui.py:64–67  ·  view source on GitHub ↗
(self, cmd, output)

Source from the content-addressed store, hash-verified

62
63class CmdExecutor(threading.Thread):
64 def __init__(self, cmd, output):
65 threading.Thread.__init__(self)
66 self.cmd = cmd
67 self.child = None
68
69 def run(self):
70 global executor, builder, lock

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected