-
- Downloads
unix, stmhal: Implement file.readinto() method.
Also, usocket.readinto(). Known issue is that .readinto() should be available only for binary files, but micropython uses single method table for both binary and text files.
Showing
- py/qstrdefs.h 1 addition, 0 deletionspy/qstrdefs.h
- py/stream.c 22 additions, 0 deletionspy/stream.c
- py/stream.h 1 addition, 0 deletionspy/stream.h
- stmhal/file.c 1 addition, 0 deletionsstmhal/file.c
- tests/io/data/file2 1 addition, 0 deletionstests/io/data/file2
- tests/io/file_readinto.py 7 additions, 0 deletionstests/io/file_readinto.py
- unix/file.c 1 addition, 0 deletionsunix/file.c
- unix/modsocket.c 1 addition, 0 deletionsunix/modsocket.c
Loading
Please register or sign in to comment