MCPcopy 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

201class _ArgParser(argparse.ArgumentParser):
202
203 def error(self, message):
204 super().error(message + "\nPass -h or --help for complete help.")
205
206
207class FilterAction(argparse.Action):

Calls 1

superClass · 0.85