Files
openide/python/testData/psi/WithStatement.py
2008-02-03 20:03:59 +03:00

3 lines
61 B
Python

from __future__ import with_statement
with x as y:
pass