MCPcopy
hub / github.com/Textualize/rich / tree.py

File tree.py

rich/tree.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from typing import Iterator, List, Optional, Tuple
2
3from ._loop import loop_first, loop_last
4from .console import Console, ConsoleOptions, RenderableType, RenderResult

Callers

nothing calls this directly

Calls 12

TableClass · 0.90
SyntaxClass · 0.90
MarkdownClass · 0.90
GroupClass · 0.90
PanelClass · 0.90
TreeClass · 0.85
ConsoleClass · 0.85
add_columnMethod · 0.80
add_rowMethod · 0.80
addMethod · 0.80
printMethod · 0.80
fitMethod · 0.45

Tested by

no test coverage detected