summaryrefslogtreecommitdiff
path: root/test/functional/invalid__all__object.py
blob: 2a1a592ca6c8b6ce4dc66dbbfde817bb1d7f56fb (plain)
1
2
3
"""Test that non-inferable __all__ variables do not make Pylint crash."""

__all__ = [SomeUndefinedName]  # [undefined-variable]