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 / astroid / tests / testdata / python2 / data / all.py @ 745

History | View | Annotate | Download (106 Bytes)

1

    
2
name = 'a'
3
_bla = 2
4
other = 'o'
5
class Aaa: pass
6

    
7
def func(): print 'yo'
8

    
9
__all__ = 'Aaa', '_bla', 'name'