We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bae9c9 commit 7231559Copy full SHA for 7231559
io/io.py
@@ -1 +1,5 @@
1
from uio import *
2
+
3
+SEEK_SET = 0
4
+SEEK_CUR = 1
5
+SEEK_END = 2
0 commit comments