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