MCPcopy Create free account
hub / github.com/bpython/bpython / ArgumentParserFailed

Class ArgumentParserFailed

bpython/args.py:50–51  ·  view source on GitHub ↗

Raised by the RaisingOptionParser for a bogus commandline.

Source from the content-addressed store, hash-verified

48
49
50class ArgumentParserFailed(ValueError):
51 """Raised by the RaisingOptionParser for a bogus commandline."""
52
53
54class RaisingArgumentParser(argparse.ArgumentParser):

Callers 1

errorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected