Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ error
Method
error
Lib/test/libregrtest/cmdline.py:196–197 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
194
class
_ArgParser(argparse.ArgumentParser):
195
196
def
error(self, message):
197
super().error(message +
"\nPass -h or --help for complete help."
)
198
199
200
class
FilterAction(argparse.Action):
Callers
8
test_functionality
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_functionality
Method · 0.36
checkAssertLogsPerLevel
Method · 0.36
testAssertLogsFailureMismatchingLogger
Method · 0.36
testAssertNoLogsFailureFoundLogs
Method · 0.36
testAssertNoLogsPerLogger
Method · 0.36
testAssertNoLogsFailurePerLogger
Method · 0.36