MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / show_progress

Function show_progress

deeplabcut/utils/auxfun_models.py:111–112  ·  view source on GitHub ↗
(count, block_size, total_size)

Source from the content-addressed store, hash-verified

109 from tqdm import tqdm
110
111 def show_progress(count, block_size, total_size):
112 pbar.update(block_size)
113
114 def tarfilenamecutting(tarf):
115 """' auxfun to extract folder path ie.

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected