Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
UnresolvedWith_after.py
blob: 66b1d3d0445acf45b7e6786c6ddbed4027d4fa36 [
file
] [
log
] [
blame
]
from
__future__
import
with_statement
with
open
(
"x.txt"
)
as
f
:
data
=
f
.
read
()