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