Files
openide/python/testData/refactoring/extractmethod/ClassWithoutInit.before.py

5 lines
92 B
Python

def foo():
<selection>class C(object):
pass
c = C()</selection>
return c