Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
>