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

Method parse_args

Lib/optparse.py:1367–1404  ·  view source on GitHub ↗

parse_args(args : [string] = sys.argv[1:], values : Values = None) -> (values : Values, args : [string]) Parse the command-line options found in 'args' (default: sys.argv[1:]). Any errors result in a call to 'error()', which by default pr

(self, args=None, values=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 13

detect_modulesMethod · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
testFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
_do_discoveryMethod · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95

Calls 6

_get_argsMethod · 0.95
get_default_valuesMethod · 0.95
_process_argsMethod · 0.95
errorMethod · 0.95
check_valuesMethod · 0.95
strFunction · 0.85

Tested by

no test coverage detected