예제 #1
0
 def make_hash_cache(self) -> HashCache:
     return HashCache(directory=self.cache("hashes").as_posix())
예제 #2
0
파일: context.py 프로젝트: shidenggui/pdm
    def make_hash_cache(self) -> HashCache:
        from pdm.models.caches import HashCache

        return HashCache(directory=self.cache("hashes").as_posix())