Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
class
RaisingArgumentParser(argparse.ArgumentParser):
55
def
error(self, msg: str) -> Never:
56
raise
ArgumentParserFailed()
57
58
59
def
version_banner(base: str =
"bpython"
) -> str:
Callers
1
parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected