Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
mover
/
with.py
blob: ebf76d89986b4e60b49839b69f456ad048193bc1 [
file
] [
log
] [
blame
]
def
temp
(
filepath
):
a
=
1
with
open
(
filepath
)
as
f
:
l
=
<
caret
>
f
.
readlines
()
for
line
in
l
:
a
=
1