Files
openide/python/testData/stubs/Slots.py

3 lines
48 B
Python

class A(object):
__slots__ = ['foo', 'bar']