micropython/tests/io
Paul Sokolovsky e2f8d98525 stream: Add optional 2nd "length" arg to .readinto() - extension to CPython.
While extension to file.readinto() definition of CPython, the additional arg
is similar to what in CPython available in socket.recv_into().
2014-10-23 21:43:59 +03:00
..
data
argv.py
file1.py
file_iter.py
file_long_read.py
file_readinto.py
file_readinto_len.py stream: Add optional 2nd "length" arg to .readinto() - extension to CPython. 2014-10-23 21:43:59 +03:00
file_readinto_len.py.exp stream: Add optional 2nd "length" arg to .readinto() - extension to CPython. 2014-10-23 21:43:59 +03:00
file_stdio.py
file_with.py
stringio1.py