Files
openide/python/testData/inspections/PyUnresolvedReferencesInspection/compoundDunderAll.py

3 lines
107 B
Python

__all__ = [ name for name, obj in locals().items()
if not (name.startswith('_')) ]