MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / tqdm

Function tqdm

tools/get_checkers.py:12–15  ·  view source on GitHub ↗
(iterable, total=None, desc=None, **kwargs)

Source from the content-addressed store, hash-verified

10except ImportError:
11 # Fallback: passthrough iterator if tqdm is not installed
12 def tqdm(iterable, total=None, desc=None, **kwargs):
13 if desc:
14 print(desc, file=sys.stderr)
15 return iterable
16
17def print_checkers(glob_pattern:str):
18 checkers = {}

Callers 1

printCertCInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected