blob: 908cf4007452616caf34743f5238031456804865 [file] [log] [blame]
__author__ = 'ktisha'
class A(object):
FIELD = None
def method(self):
var = A.FIELD
var = self.test