エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
16.7. mmap — Memory-mapped file support — Python 2.7.18 documentation
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
16.7. mmap — Memory-mapped file support — Python 2.7.18 documentation
This document is for an old version of Python that is no longer supported. You should upgrade and... This document is for an old version of Python that is no longer supported. You should upgrade and read the Python documentation for the current stable release. 16.7. mmap — Memory-mapped file support¶ Memory-mapped file objects behave like both strings and like file objects. Unlike normal string objects, however, these are mutable. You can use mmap objects in most places where strings are expected

