MCPcopy Create free account
hub / github.com/ddnet/ddnet / tqdm

Function tqdm

scripts/extract_identifiers.py:14–15  ·  view source on GitHub ↗
(it, *_args, **_kwargs)

Source from the content-addressed store, hash-verified

12except ImportError:
13
14 def tqdm(it, *_args, **_kwargs):
15 return it
16
17
18def traverse_namespaced(root, filter_files=None, skip_namespaces=1, namespace=()):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected