call site 3 for magic.AssertionError.__init__
code/testing/test_safe_repr.py - line 27
26
27
   def test_string_exception():
->     assert 'unknown' in safe_repr._repr(BrokenRepr("string"))