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

Class RaisingArgumentParser

bpython/args.py:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54class RaisingArgumentParser(argparse.ArgumentParser):
55 def error(self, msg: str) -> Never:
56 raise ArgumentParserFailed()
57
58
59def version_banner(base: str = "bpython") -> str:

Callers 1

parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected