Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ AsciiConsole
Class
AsciiConsole
tests/test_tree.py:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
tree.add(
"baz"
)
47
48
class
AsciiConsole(Console):
49
@property
50
def
encoding(self):
51
return
"ascii"
52
53
console = AsciiConsole(color_system=None, width=20)
54
console.begin_capture()
Callers
1
test_render_ascii
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_render_ascii
Function · 0.68