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 / input / func_with_without_as_py25.py @ 745

History | View | Annotate | Download (260 Bytes)

1
'''This is a little non regression test on a with statement
2
without 'as'.
3
'''
4
from __future__ import with_statement, print_function
5
__revision__ = 32321313
6

    
7
def do_nothing(arg):
8
    'ho foo'
9
    print(arg)
10
    with open('x'):
11
        base.baz
12
        base = 7