Statistics
| Revision:

gvsig-scripting / org.gvsig.scripting / trunk / org.gvsig.scripting / org.gvsig.scripting.app / org.gvsig.scripting.app.mainplugin / src / main / resources-plugin / scripting / lib / pylint / test / functional / uninferable_all_object.py @ 745

History | View | Annotate | Download (182 Bytes)

1
"""Test that non-inferable __all__ variables do not make Pylint crash."""
2

    
3
__all__ = sorted([
4
    'Dummy',
5
    'NonExistant',
6
    'path',
7
    'func',
8
    'inner',
9
    'InnerKlass'])