MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / parse_command_line

Method parse_command_line

Lib/distutils/dist.py:423–488  ·  view source on GitHub ↗

Parse the setup script's command line, taken from the 'script_args' instance attribute (which defaults to 'sys.argv[1:]' -- see 'setup()' in core.py). This list is first processed for "global options" -- options that set attributes of the Distribution instance. Then

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

test_show_helpMethod · 0.95
setupFunction · 0.80
create_distributionMethod · 0.80

Calls 9

_get_toplevel_optionsMethod · 0.95
set_negative_aliasesMethod · 0.95
set_aliasesMethod · 0.95
getoptMethod · 0.95
get_option_orderMethod · 0.95
_parse_command_optsMethod · 0.95
_show_helpMethod · 0.95
FancyGetoptClass · 0.90

Tested by 3

test_show_helpMethod · 0.76
create_distributionMethod · 0.64