call site 0 for code.Source.putaround
code/testing/test_source.py - line 60
55
56
57
58
59
60
61
   def test_source_putaround(): 
       source = Source() 
       source = source.putaround("""
           if 1:
               x=1
->     """)
       assert str(source).strip() == "if 1:\n    x=1"