Files
openide/python/testData/quickFixes/PyMoveAttributeToInitQuickFixTest/createInit_after.py
2013-03-21 17:12:12 +04:00

9 lines
109 B
Python

__author__ = 'ktisha'
class A:
def __init__(self):
self.b = 1
def foo(self):
c = 1