aboutsummaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorblmorris <bryan.morrissey@gmail.com>2015-08-04 19:45:30 -0400
committerDamien George <damien.p.george@gmail.com>2015-08-13 22:56:32 +0100
commitbdd78c31b68db5323796d93e0a17159806ce10fc (patch)
tree882f4679c6d8867584564a87162d954790981b58 /py/qstrdefs.h
parentc39093d801b8fb50c9af48902e9bb5faa9ab1e8b (diff)
py: Add stream_tell method, and use for unix and stmhal file tell.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 0f066e324..ea107f5f4 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -525,6 +525,7 @@ Q(readinto)
Q(readline)
Q(readlines)
Q(seek)
+Q(tell)
Q(FileIO)
Q(TextIOWrapper)
Q(StringIO)