[mpy/files] read

This commit is contained in:
M4x1m3
2020-07-04 23:14:32 +02:00
parent 7d61f867cf
commit 8178eadd49
2 changed files with 142 additions and 5 deletions

View File

@@ -500,6 +500,10 @@ Q(tell)
Q(seek)
Q(close)
Q(closed)
Q(fileno)
Q(flush)
Q(isatty)
Q(readable)
Q(seekable)
Q(SEEK_SET)
Q(SEEK_CUR)