Searched defs:download_add_progress (Results 1 - 1 of 1) sorted by relevance
/pkg/src/modules/client/ |
H A D | progress.py | 900 def download_add_progress(self, nfiles, nbytes, cachehit=False): member in class:ProgressTrackerFrontend 1404 def download_add_progress(self, nfiles, nbytes, cachehit=False): member in class:ProgressTracker 1407 # These guards are present because download_add_progress can 3292 t.download_add_progress(0, hunk) 3293 t.download_add_progress(1, 0) 3309 t.download_add_progress(0, hunk) 3311 t.download_add_progress(1, 0)
|
Completed in 20 milliseconds