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

5 lines
73 B
Python

__all__ = ['foo', 'bar']
for i in range(5):
__all__ += 'f' + str(i)