This website requires JavaScript.
Explore
Help
Sign In
m5
/
Core2forAWS-MicroPython
Watch
0
Star
0
Fork
0
You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced
2026-05-20 10:30:31 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e469085c192017c5244bbc115bac90f4bb667cb
Core2forAWS-MicroPython
/
tests
/
io
/
file_long_read3.py
T
5 lines
74 B
Python
Raw
Normal View
History
Unescape
Escape
tests: Fix typo in file_long_read3.py.
2015-01-23 19:00:02 +02:00
f
=
open
(
"
io/data/bigfile1
"
,
"
rb
"
)
tests: Add extra test for reading multiple of internal chunk size.
2015-01-23 18:18:11 +02:00
b
=
f
.
read
(
512
)
print
(
len
(
b
)
)
print
(
b
)
Reference in New Issue
Copy Permalink