blob: a748e483d84c3492d61ebf1e97083289260b4b2a [file] [log] [blame]
__author__ = 'ktisha'
class A:
def foo(self):
self.<caret>b = 1
c = 1