mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-23 19:12:13 +00:00
7 lines
168 B
Python
7 lines
168 B
Python
|
|
# Taken from smmap/test/test_tutorial.py
|
||
|
|
|
||
|
|
import smmap
|
||
|
|
mman = smmap.SlidingWindowMapManager()
|
||
|
|
assert mman.num_file_handles() == 0
|
||
|
|
assert mman.mapped_memory_size() == 0
|