Searched refs:tmp_cache_file (Results 1 – 1 of 1) sorted by relevance
88 def _wait_for_other_download(self, tmp_cache_file):92 current_size = tmp_cache_file.stat().st_size103 new_size = tmp_cache_file.stat().st_size114 self.log.debug("Time out while waiting for %s!", tmp_cache_file)115 raise TimeoutError(f"Time out while waiting for {tmp_cache_file}")142 tmp_cache_file = self.cache_file.with_suffix(".download")146 with tmp_cache_file.open("xb") as dst:155 fsize = tmp_cache_file.stat().st_size161 tmp_cache_file.unlink()167 tmp_cache_file)83 _wait_for_other_download(self, tmp_cache_file) global() argument [all...]