Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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