Searched refs:_make_test_file (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_mmap.py | 685 def _make_test_file(self, num_zeroes, tail): member in LargeMmapTests 700 with self._make_test_file(0x14FFFFFFF, b" ") as f: 708 with self._make_test_file(0x17FFFFFFF, b" ") as f: 728 with self._make_test_file(start, tail) as f:
|
/external/python/cpython3/Lib/test/ |
D | test_mmap.py | 753 def _make_test_file(self, num_zeroes, tail): member in LargeMmapTests 771 with self._make_test_file(0x14FFFFFFF, b" ") as f: 776 with self._make_test_file(0x17FFFFFFF, b" ") as f: 793 with self._make_test_file(start, tail) as f:
|