最終更新:2020-04-12 (日) 02:27:11 (1473d)  

Python/io
Top / Python / io

https://docs.python.org/ja/3/library/io.html

一覧

  • io.DEFAULT_BUFFER_SIZE?
  • io.open?
  • io.open_code?
  • io.BlockingIOError?
  • io.UnsupportedOperation?
  • io.IOBase?
  • io.close?
  • io.closed?
  • io.fileno?
  • io.flush?
  • io.isatty?
  • io.readable?
  • io.readline?
  • io.readlines?
  • io.seek?
  • io.seekable?
  • io.tell?
  • io.truncate?
  • io.writable?
  • io.writelines?
  • io.__del__?
  • io.RawIOBase?
  • io.read?
  • io.readall?
  • io.readinto?
  • io.write?
  • io.BufferedIOBase?
  • io.raw?
  • io.detach?
  • io.read?
  • io.read1?
  • io.readinto?
  • io.readinto1?
  • io.write?
  • io.FileIO?
  • io.mode?
  • io.name?
  • io.BytesIO?
  • io.getbuffer?
  • io.getvalue?
  • io.read1?
  • io.readinto1?
  • io.BufferedReader?
  • io.peek?
  • io.read?
  • io.read1?
  • io.BufferedWriter?
  • io.flush?
  • io.write?
  • io.BufferedRandom?
  • io.BufferedRWPair?
  • io.TextIOBase?
  • io.encoding?
  • io.errors?
  • io.newlines?
  • io.buffer?
  • io.detach?
  • io.read?
  • io.readline?
  • io.seek?
  • io.tell?
  • io.write?
  • io.TextIOWrapper?
  • io.line_buffering?
  • io.write_through?
  • io.reconfigure?
  • io.StringIO?
  • io.getvalue?
  • io.IncrementalNewlineDecoder?