Files
openide/python/testData/stubs/DynamicDunderAll.py
2010-10-07 16:52:37 +04:00

5 lines
78 B
Python

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