Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
completion
/
assignedNearby.py
blob: c43aac4d5c56fb9f2c028a9b0a3eab15dc846b7a [
file
] [
log
] [
blame
]
class
Foo
:
pass
def
bar
():
x
=
Foo
()
x
.
shazam
=
1
print
x
.
sh
<
caret
>