Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
210
def
test_really_bad_repr():
211
with
pytest.raises(BadException):
212
pretty.pretty(ReallyBadRepr())
213
214
215
class
SA(object):
Callers
nothing calls this directly
Calls
2
ReallyBadRepr
Class · 0.85
pretty
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…