MCPcopy 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_eventMethod · 0.95
test_helpMethod · 0.80

Calls 2

version_help_textMethod · 0.95
key_help_textMethod · 0.95

Tested by 1

test_helpMethod · 0.64