blob: a748e483d84c3492d61ebf1e97083289260b4b2a [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001__author__ = 'ktisha'
2
3
4class A:
5 def foo(self):
6 self.<caret>b = 1
7 c = 1