We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425f952 commit 1f04336Copy full SHA for 1f04336
1 file changed
tests/io/file_long_read3.py
@@ -0,0 +1,4 @@
1
+f = open("io/data/bigfile2", "rb")
2
+b = f.read(512)
3
+print(len(b))
4
+print(b)
0 commit comments