Files
openide/python/testData/quickFixes/AddMethodQuickFixTest/addInit_after.py
T
2013-04-10 19:24:42 +04:00

8 lines
107 B
Python

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