MCPcopy
hub / github.com/Textualize/rich / check_text

Method check_text

rich/console.py:1550–1554  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1548 _highlighter = self.highlighter
1549
1550 def check_text() -> None:
1551 if text:
1552 sep_text = Text(sep, justify=justify, end=end)
1553 append(sep_text.join(text))
1554 text.clear()
1555
1556 for renderable in objects:
1557 renderable = rich_cast(renderable)

Callers

nothing calls this directly

Calls 3

joinMethod · 0.95
TextClass · 0.85
clearMethod · 0.45

Tested by

no test coverage detected