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