MCPcopy Index your code
hub / github.com/bpython/bpython / version_banner

Function version_banner

bpython/args.py:59–65  ·  view source on GitHub ↗
(base: str = "bpython")

Source from the content-addressed store, hash-verified

57
58
59def version_banner(base: str = "bpython") -> str:
60 return _("{} version {} on top of Python {} {}").format(
61 base,
62 __version__,
63 sys.version.split()[0],
64 sys.executable,
65 )
66
67
68def copyright_banner() -> str:

Callers 2

mainFunction · 0.90
parseFunction · 0.85

Calls 2

_Function · 0.90
formatMethod · 0.45

Tested by

no test coverage detected