Skip to content
GitLab
  • Explore
  • Sign in
  • TASTETASTE
  • uPython-mirror
  • Repository
  • uPython-mirror
  • tests
  • io
  • file_readinto.py
Find file Blame History Permalink
  • Paul Sokolovsky's avatar
    unix, stmhal: Implement file.readinto() method. · 1a55b6a7
    Paul Sokolovsky authored Oct 18, 2014
    Also, usocket.readinto(). Known issue is that .readinto() should be available
    only for binary files, but micropython uses single method table for both
    binary and text files.
    1a55b6a7