TGTGInsighttelegram intelligenceLIVE / telegram public index
Recent posts
Recent posts
Tag: #file_objects · 1 posts
当前筛选 #file_objects清除筛选
Posted May 27
https://docs.python.org/3.6/library/mmap.html #Memory-mapped file objects behave like both #bytearray and like #file_objects. You can use mmap objects in most places where bytearray are expected; for example, you can use the re module to search through a memory-mapped file. #mmap
139 views