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

2 lines
58 B
Python

class C():
<selection>some_class_field = 1</selection>