1 2 3 4 5 6 7 8 9
"""Test that non-inferable __all__ variables do not make Pylint crash.""" __all__ = sorted([ 'Dummy', 'NonExistant', 'path', 'func', 'inner', 'InnerKlass'])