micropython/tests/io
stephanelsmith db06041d59 extmod/vfs_posix_file: Implement sys.std*.buffer objects.
Add the buffer attribute to sys.stdin, sys.stdout and sys.stderr.  This
provides raw access to underlying stdio streams for the unix port (and
others that use VfsPosix).

Signed-off-by: stephanelsmith <stephane.smith@titansensor.com>
2023-09-01 17:39:38 +10:00
..
data
argv.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
builtin_print_file.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
file1.py
file_iter.py
file_long_read.py
file_long_read2.py
file_long_read3.py
file_readinto.py
file_readinto_len.py
file_readinto_len.py.exp
file_readline.py
file_seek.py
file_stdio.py extmod/vfs_posix_file: Implement sys.std*.buffer objects. 2023-09-01 17:39:38 +10:00
file_stdio2.py extmod/vfs_posix_file: Implement sys.std*.buffer objects. 2023-09-01 17:39:38 +10:00
file_with.py
open_append.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
open_plus.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00