Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ error
Method
error
Lib/test/libregrtest/cmdline.py:203–204 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
201
class
_ArgParser(argparse.ArgumentParser):
202
203
def
error(self, message):
204
super().error(message +
"\nPass -h or --help for complete help."
)
205
206
207
class
FilterAction(argparse.Action):
Callers
8
test_eio_error_handling_in_restore
Method · 0.45
_parse_args
Function · 0.45
checkAssertLogsPerLevel
Method · 0.45
testAssertLogsFailureMismatchingLogger
Method · 0.45
testAssertNoLogsFailureFoundLogs
Method · 0.45
testAssertNoLogsPerLogger
Method · 0.45
testAssertNoLogsFailurePerLogger
Method · 0.45
run
Method · 0.45
Calls
1
super
Class · 0.85
Tested by
6
test_eio_error_handling_in_restore
Method · 0.36
checkAssertLogsPerLevel
Method · 0.36
testAssertLogsFailureMismatchingLogger
Method · 0.36
testAssertNoLogsFailureFoundLogs
Method · 0.36
testAssertNoLogsPerLogger
Method · 0.36
testAssertNoLogsFailurePerLogger
Method · 0.36