MCPcopy Create free account
hub / github.com/CSAILVision/gandissect / verbose_progress

Function verbose_progress

netdissect/progress.py:14–19  ·  view source on GitHub ↗

Sets default verbosity level. Set to True to see progress bars.

(verbose)

Source from the content-addressed store, hash-verified

12default_verbosity = False
13
14def verbose_progress(verbose):
15 '''
16 Sets default verbosity level. Set to True to see progress bars.
17 '''
18 global default_verbosity
19 default_verbosity = verbose
20
21def tqdm_terminal(it, *args, **kwargs):
22 '''

Callers 8

run_commandFunction · 0.90
mainFunction · 0.90
test_dissectionFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_dissectionFunction · 0.72