for example file:
from foo import bar __all__ = ('bar',)
pydev will marked 'bar' as unused, but it is actully used to export.