Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ copyright_banner
Function
copyright_banner
bpython/args.py:68–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
67
68
def
copyright_banner() -> str:
69
return
_(
"{} See AUTHORS.rst for details."
).format(__copyright__)
70
71
72
def
log_version(module: ModuleType, name: str) -> None:
Callers
2
main
Function · 0.90
parse
Function · 0.85
Calls
2
_
Function · 0.90
format
Method · 0.45
Tested by
no test coverage detected