Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
1aa2e09bdbd413eacb677e9fa4b50630530d0656
/
.
/
python
/
testData
/
completion
/
weakQualifierBoundMethodAttributes.py
blob: 2433cfbfa054d7bf90c80cf5f0c8d3d229165c29 [
file
] [
log
] [
blame
]
class
MyClass
(
object
):
def
method
(
self
):
pass
if
True
:
inst
=
MyClass
()
else
:
inst
=
unresolved
inst
.
method
.
__
<
caret
>