MCPcopy
hub / github.com/google/clusterfuzz / error

Method error

butler.py:45–49  ·  view source on GitHub ↗

Override to print full help for ever error.

(self, message)

Source from the content-addressed store, hash-verified

43 argparse.ArgumentParser.__init__(self, *args, **kwargs)
44
45 def error(self, message):
46 """Override to print full help for ever error."""
47 sys.stderr.write(f'error: {message}\n')
48 self.print_help()
49 sys.exit(2)
50
51
52def _setup_args_for_remote(parser):

Callers 15

start_botFunction · 0.80
start_heartbeatFunction · 0.80
start_android_heartbeatFunction · 0.80
stop_android_heartbeatFunction · 0.80
run_loopFunction · 0.80
mainFunction · 0.80
beatFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
task_loopFunction · 0.80
update_task_enabledFunction · 0.80

Calls 1

writeMethod · 0.45

Tested by 9

unpack_crash_testcasesFunction · 0.64
mainFunction · 0.64
test_no_exceptionMethod · 0.64
test_exceptionMethod · 0.64
run_testcaseFunction · 0.64