Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
except
ImportError:
13
14
def
tqdm(it, *_args, **_kwargs):
15
return
it
16
17
18
def
traverse_namespaced(root, filter_files=None, skip_namespaces=1, namespace=()):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected