mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
Add generic impl of stream .readall() method. Use one for unix io.FileIO.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
extern const mp_obj_fun_native_t mp_stream_read_obj;
|
||||
extern const mp_obj_fun_native_t mp_stream_readall_obj;
|
||||
extern const mp_obj_fun_native_t mp_stream_write_obj;
|
||||
|
||||
Reference in New Issue
Block a user