Files
shredos.x86_64/support/testing/tests/package/sample_python_smmap2.py
2021-11-23 23:01:30 +00:00

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