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