Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
completion
/
veryPrivate.after.py
blob: 4528150b494c3929c6147bed96362b2a453825d5 [
file
] [
log
] [
blame
]
class
PrivateTest
(
object
):
def
__init__
(
self
):
self
.
__veryPrivate
=
list
()
def
showList
(
self
):
print
self
.
__veryPrivate