Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
completion
/
assignedNearby.py
blob: c43aac4d5c56fb9f2c028a9b0a3eab15dc846b7a [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
class
Foo
:
2
pass
3
4
def
bar
():
5
x
=
Foo
()
6
x
.
shazam
=
1
7
print
x
.
sh
<
caret
>