We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951ed9d commit 512465bCopy full SHA for 512465b
1 file changed
tests/io/file_long_read.py
@@ -0,0 +1,3 @@
1
+f = open("io/data/file1")
2
+b = f.read(100)
3
+print(len(b))
0 commit comments