Files
openide/python/testData/psi/WithStatement.py
T

3 lines
61 B
Python

from __future__ import with_statement
with x as y:
pass