bigfile.py 64 B

123
  1. f = open('test/assets/pic1.jpg', 'rb')
  2. b = f.read(-1)
  3. f.close()