MCPcopy 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
68def copyright_banner() -> str:
69 return _("{} See AUTHORS.rst for details.").format(__copyright__)
70
71
72def log_version(module: ModuleType, name: str) -> None:

Callers 2

mainFunction · 0.90
parseFunction · 0.85

Calls 2

_Function · 0.90
formatMethod · 0.45

Tested by

no test coverage detected