Searched refs:ZIP_MODULE (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/test_importlib/resources/ | ||
H A D | util.py | 143 ZIP_MODULE = None variable in ZipSetupBase 147 data_path = Path(cls.ZIP_MODULE.__file__) 178 ZIP_MODULE = zipdata01 # type: ignore variable in ZipSetup |
/third_party/python/Lib/test/test_importlib/ | ||
H A D | test_resource.py | 89 ZIP_MODULE = zipdata01 # type: ignore variable in ResourceFromZipsTest01 116 ZIP_MODULE = zipdata02 # type: ignore variable in ResourceFromZipsTest02 138 ZIP_MODULE = zipdata01 variable in DeletingZipsTest 144 data_path = pathlib.Path(self.ZIP_MODULE.__file__) |
Completed in 2 milliseconds