mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
py: Add stream_tell method, and use for unix and stmhal file tell.
This commit is contained in:
@@ -525,6 +525,7 @@ Q(readinto)
|
||||
Q(readline)
|
||||
Q(readlines)
|
||||
Q(seek)
|
||||
Q(tell)
|
||||
Q(FileIO)
|
||||
Q(TextIOWrapper)
|
||||
Q(StringIO)
|
||||
|
||||
Reference in New Issue
Block a user