MCPcopy
hub / github.com/pyinstaller/pyinstaller / run_command

Function run_command

bootloader/waflib/Scripting.py:180–189  ·  view source on GitHub ↗
(cmd_name)

Source from the content-addressed store, hash-verified

178
179
180def run_command(cmd_name):
181 ctx = Context.create_context(cmd_name)
182 ctx.log_timer = Utils.Timer()
183 ctx.options = Options.options
184 ctx.cmd = cmd_name
185 try:
186 ctx.execute()
187 finally:
188 ctx.finalize()
189 return ctx
190
191
192def run_commands():

Callers 2

run_commandsFunction · 0.85
executeFunction · 0.85

Calls 2

finalizeMethod · 0.80
executeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…