py: Add stream_tell method, and use for unix and stmhal file tell.

This commit is contained in:
blmorris
2015-08-04 19:45:30 -04:00
committed by Damien George
parent c39093d801
commit bdd78c31b6
7 changed files with 18 additions and 11 deletions

View File

@@ -525,6 +525,7 @@ Q(readinto)
Q(readline)
Q(readlines)
Q(seek)
Q(tell)
Q(FileIO)
Q(TextIOWrapper)
Q(StringIO)