call site 2 for code.Source.strip
code/testing/test_source.py - line 67
63
64
65
66
67
   def test_source_strips(): 
       source = Source("")
       assert source == Source()
       assert str(source) == ''
->     assert source.strip() == source