call site 4 for code.Source.__getitem__
code/testing/test_source.py - line 102
101
102
103
   def test_getline(self):
->     x = self.source[0]
       assert x == "def f(x):"