Files
openide/python/testData/completion/veryPrivate.after.py
T

7 lines
145 B
Python

class PrivateTest(object):
def __init__(self):
self.__veryPrivate = list()
def showList(self):
print self.__veryPrivate