Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
completion
/
slots.py
blob: 8d53fa7cb44d84dc352c6fe78bfff9dfd875b6df [
file
] [
log
] [
blame
]
class
A
(
object
):
__slots__
=
[
'foo'
,
'bar'
]
a
=
A
()
a
.
f
<
caret
>