mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 15:03:36 +07:00
6 lines
68 B
Python
6 lines
68 B
Python
class A(object):
|
|
__slots__ = ['foo', 'bar']
|
|
|
|
a = A()
|
|
a.f<caret>
|