xref
: /
AliOS-Things-master
/
components
/
py_engine
/
tests
/
io
/
file_iter.py
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
f
=
open
(
"
io
/
data
/
file1
"
)
2
for
l
in
f
:
3
print
(
l
)
4