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

Method error

bpython/args.py:55–56  ·  view source on GitHub ↗
(self, msg: str)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls 1

Tested by

no test coverage detected