MCPcopy 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

194class _ArgParser(argparse.ArgumentParser):
195
196 def error(self, message):
197 super().error(message + "\nPass -h or --help for complete help.")
198
199
200class FilterAction(argparse.Action):

Callers 8

test_functionalityMethod · 0.45
_parse_argsFunction · 0.45
runMethod · 0.45

Calls 1

superClass · 0.85