Home
last modified time | relevance | path

Searched refs:ZIP_MODULE (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/test_importlib/
Dtest_resource.py101 ZIP_MODULE = zipdata01 # type: ignore variable in ResourceFromZipsTest01
126 ZIP_MODULE = zipdata02 # type: ignore variable in ResourceFromZipsTest02
146 ZIP_MODULE = zipdata01 variable in DeletingZipsTest
152 data_path = pathlib.Path(self.ZIP_MODULE.__file__)
Dutil.py547 ZIP_MODULE = None variable in ZipSetupBase
551 data_path = Path(cls.ZIP_MODULE.__file__)
582 ZIP_MODULE = zipdata01 # type: ignore variable in ZipSetup