Searched defs:make_test_archive (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Lib/test/ | ||
D | test_zipfile.py | 53 def make_test_archive(self, f, compression): member in TestsWithSourceFile |
/aosp_15_r20/external/python/cpython3/Lib/test/ | ||
D | test_zipfile.py | 66 def make_test_archive(self, f, compression, compresslevel=None): member in AbstractTestsWithSourceFile |