Files
2013-03-21 17:12:12 +04:00

9 lines
115 B
Python

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