xref
: /
AliOS-Things-master
/
components
/
py_engine
/
tests
/
io
/
file_long_read3.py
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
f
=
open
(
"
io
/
data
/
bigfile1
"
,
"rb"
)
2
b
=
f
.
read
(
512
)
3
print
(
len
(
b
))
4
print
(
b
)
5