Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
checkError
Method · 0.95
test_help
Method · 0.95
test_timeout
Method · 0.95
test_wait
Method · 0.95
test_start
Method · 0.95
test_verbose
Method · 0.95
test_rerun
Method · 0.95
test_verbose3
Method · 0.95
test_quiet
Method · 0.95
test_slowest
Method · 0.95
test_header
Method · 0.95
test_randomize
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected