Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
completion
/
classPrivateNotInherited.py
blob: 913d6cae65c7dfd1102189b89ac37c806304d0ef [
file
] [
log
] [
blame
]
class
Foo
:
__BOO
=
1
class
Boo
(
Foo
):
z
=
__B
<
caret
>