| 1010 | print(Pretty(data, indent_guides=True, max_string=20)) |
| 1011 | |
| 1012 | class Thing: |
| 1013 | def __repr__(self) -> str: |
| 1014 | return "Hello\x1b[38;5;239m World!" |
| 1015 | |
| 1016 | print(Pretty(Thing())) |
no outgoing calls
no test coverage detected
searching dependent graphs…