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

Class BrokenRepr

rich/pretty.py:957–960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

955if __name__ == "__main__": # pragma: no cover
956
957 class BrokenRepr:
958 def __repr__(self) -> str:
959 1 / 0
960 return "this will fail"
961
962 from typing import NamedTuple
963

Callers 1

pretty.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected