Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
completion
/
classPrivateNotInherited.py
blob: 913d6cae65c7dfd1102189b89ac37c806304d0ef [
file
] [
log
] [
blame
]
class
Foo
:
__BOO
=
1
class
Boo
(
Foo
):
z
=
__B
<
caret
>