Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
()