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

Function test_pprint

tests/test_pretty.py:557–561  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

555
556
557def test_pprint() -> None:
558 console = Console(color_system=None)
559 console.begin_capture()
560 pprint(1, console=console)
561 assert console.end_capture() == "1\n"
562
563
564def test_pprint_max_values() -> None:

Callers

nothing calls this directly

Calls 4

begin_captureMethod · 0.95
end_captureMethod · 0.95
ConsoleClass · 0.90
pprintFunction · 0.90

Tested by

no test coverage detected