call site 3 for magic.AssertionError.__init__
magic/testing/test_assertion.py - line 14
12
13
14
15
16
17
   def test_assert():
       try:
->         assert f() == 3
       except AssertionError, e:
           s = str(e)
           assert s.startswith('assert 2 == 3\n')