Menu

#1443 exported symbols should marked as used

open
Editor (491)
5
2011-12-17
2011-12-17
Anonymous
No

for example file:

from foo import bar
__all__ = ('bar',)

pydev will marked 'bar' as unused, but it is actully used to export.

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.