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

Class Thing

rich/pretty.py:1012–1014  ·  rich/pretty.py::Thing

Source from the content-addressed store, hash-verified

1010 print(Pretty(data, indent_guides=True, max_string=20))
1011
1012 class Thing:
1013 def __repr__(self) -> str:
1014 return class="st">"Hello\x1b[38;5;239m World!"
1015
1016 print(Pretty(Thing()))

Callers 1

pretty.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected