resize(newsize)
Resizes the map and the underlying file, if any. If the mmap was created with ACCESS_READ
or ACCESS_COPY
, resizing the map will raise a TypeError
exception.
resize(newsize)
Resizes the map and the underlying file, if any. If the mmap was created with ACCESS_READ
or ACCESS_COPY
, resizing the map will raise a TypeError
exception.
Please login to continue.