Files

7 lines
91 B
Python

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