Files
openide/python/testData/stubs/DynamicDunderAll.py
T

5 lines
78 B
Python

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