micropython/tests/io/data
Paul Sokolovsky 1a55b6a787 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.
2014-10-18 22:44:07 +03:00
..
file1 Add directory for I/O tests with basic test for file methods. 2014-01-19 18:46:21 +02:00
file2 unix, stmhal: Implement file.readinto() method. 2014-10-18 22:44:07 +03:00