blob: 4528150b494c3929c6147bed96362b2a453825d5 [file] [log] [blame]
class PrivateTest(object):
def __init__(self):
self.__veryPrivate = list()
def showList(self):
print self.__veryPrivate