Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ help_text
Method
help_text
bpython/curtsiesfrontend/repl.py:2111–2112 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2109
self.pager(source)
2110
2111
def
help_text(self) -> str:
2112
return
self.version_help_text() +
"\n"
+ self.key_help_text()
2113
2114
def
version_help_text(self) -> str:
2115
help_message = _(
Callers
2
process_key_event
Method · 0.95
test_help
Method · 0.80
Calls
2
version_help_text
Method · 0.95
key_help_text
Method · 0.95
Tested by
1
test_help
Method · 0.64