Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ test_help
Method
test_help
bpython/test/test_curtsies_repl.py:413–414 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
411
self.assertIsInstance(text, str)
412
413
def
test_help(self):
414
self.repl.pager(self.repl.help_text())
415
416
@unittest.skipUnless(
417
all(map(config.can_encode,
"å∂߃"
)),
"Charset can not encode characters"
Callers
nothing calls this directly
Calls
2
help_text
Method · 0.80
pager
Method · 0.45
Tested by
no test coverage detected