blob: 7b8eacb4df4c992f55d4521f3a73daaa5139360a [file] [log] [blame]
__author__ = 'ktisha'
class A:
def __init__(self):
self._a = 1
def foo(self):
self.b = 1