MCPcopy Index your code
hub / github.com/python/cpython / parse_args

Method parse_args

Lib/test/test_regrtest.py:79–80  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

77
78 @staticmethod
79 def parse_args(args):
80 return cmdline._parse_args(args)
81
82 def checkError(self, args, msg):
83 with support.captured_stderr() as err, self.assertRaises(SystemExit):

Callers 15

checkErrorMethod · 0.95
test_helpMethod · 0.95
test_timeoutMethod · 0.95
test_waitMethod · 0.95
test_startMethod · 0.95
test_verboseMethod · 0.95
test_rerunMethod · 0.95
test_verbose3Method · 0.95
test_quietMethod · 0.95
test_slowestMethod · 0.95
test_headerMethod · 0.95
test_randomizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected