Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
stubs
/
Slots.py
blob: 2ff9408292371a882a19178bf804b7654fca8ddf [
file
] [
log
] [
blame
]
class
A
:
__slots__
=
[
'foo'
,
'bar'
]