MCPcopy Index your code
hub / github.com/ipython/ipython / test_really_bad_repr

Function test_really_bad_repr

tests/test_pretty.py:210–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208
209
210def test_really_bad_repr():
211 with pytest.raises(BadException):
212 pretty.pretty(ReallyBadRepr())
213
214
215class SA(object):

Callers

nothing calls this directly

Calls 2

ReallyBadReprClass · 0.85
prettyMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…