MCPcopy Index your code
hub / github.com/python/cpython / _ArgParser

Class _ArgParser

Lib/test/libregrtest/cmdline.py:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200
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):

Callers 1

_create_parserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…