Searched refs:depcache (Results 1 – 2 of 2) sorted by relevance
417 def depcache(cls) -> str: member in Package423 depcache = ""425 depcache += "%s:%s," % (pkg, cls.packages[pkg]["rev"])426 return depcache
335 with open("/tmp/depcache", "r") as depcache:336 cache = depcache.readline()