Thanks to visit codestin.com Credit goes to github.com
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 7fe9853 commit 8d5fd4eCopy full SHA for 8d5fd4e
1 file changed
Lib/_pyio.py
@@ -14,6 +14,7 @@
14
15
import io
16
from io import __all__
17
+from io import SEEK_SET, SEEK_CUR, SEEK_END
18
19
# open() uses st_blksize whenever we can
20
DEFAULT_BUFFER_SIZE = 8 * 1024 # bytes
0 commit comments