Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
1aa2e09bdbd413eacb677e9fa4b50630530d0656
/
.
/
python
/
testData
/
completion
/
weakQualifierBoundMethodAttributes.py
blob: 2433cfbfa054d7bf90c80cf5f0c8d3d229165c29 [
file
] [
log
] [
blame
]
Tor Norbye
1aa2e09
2014-08-20 17:01:23 -0700
[
diff
] [
blame^
]
1
class
MyClass
(
object
):
2
def
method
(
self
):
3
pass
4
5
if
True
:
6
inst
=
MyClass
()
7
else
:
8
inst
=
unresolved
9
10
inst
.
method
.
__
<
caret
>