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

Method _parse_command_opts

Lib/distutils/dist.py:501–592  ·  view source on GitHub ↗

Parse the command-line options for a single command. 'parser' must be a FancyGetopt instance; 'args' must be the list of arguments, starting with the current command (whose options we are about to parse). Returns a new version of 'args' with the next command at the f

(self, parser, args)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parse_command_lineMethod · 0.95

Calls 14

get_command_classMethod · 0.95
_show_helpMethod · 0.95
get_option_dictMethod · 0.95
DistutilsClassErrorClass · 0.90
fix_help_optionsFunction · 0.85
set_option_tableMethod · 0.80
set_negative_aliasesMethod · 0.80
getoptMethod · 0.80
get_attr_nameMethod · 0.80
matchMethod · 0.45
appendMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected