MCPcopy
hub / github.com/pyinstaller/pyinstaller / parse_options

Function parse_options

bootloader/waflib/Scripting.py:167–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165
166
167def parse_options():
168 ctx = Context.create_context('options')
169 ctx.execute()
170 if not Options.commands:
171 if isinstance(default_cmd, list):
172 Options.commands.extend(default_cmd)
173 else:
174 Options.commands.append(default_cmd)
175 if Options.options.whelp:
176 ctx.parser.print_help()
177 sys.exit(0)
178
179
180def run_command(cmd_name):

Callers 1

run_commandsFunction · 0.85

Calls 3

executeMethod · 0.45
extendMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…