Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/datasets
/ tqdm
Function
tqdm
tensorflow_datasets/core/utils/tqdm_utils.py:90–94 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
88
89
90
def
tqdm(*args, **kwargs):
91
if
_active:
92
return
tqdm_lib.tqdm(*args, **kwargs)
93
else
:
94
return
EmptyTqdm(*args, **kwargs)
95
96
97
def
async_tqdm(*args, **kwargs):
Callers
nothing calls this directly
Calls
2
EmptyTqdm
Class · 0.85
tqdm
Method · 0.45
Tested by
no test coverage detected