micropython/tests/io
Damien George 5694cc5490 py: Make stream seek correctly check for ioctl fn; add seek for textio. 2014-11-16 23:56:37 +00: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_seek.py py: Make stream seek correctly check for ioctl fn; add seek for textio. 2014-11-16 23:56:37 +00:00
file_stdio.py
file_with.py
stringio1.py