Files
openide/python/testData/refactoring/extractmethod/RedundantGlobalInTopLevelFunction.after.py
T
2015-04-02 20:08:31 +03:00

6 lines
94 B
Python

def foo():
for key in t_search['results']:
print texts.append(key['text'])
foo()