Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/datasets
/ async_tqdm
Function
async_tqdm
tensorflow_datasets/core/utils/tqdm_utils.py:97–101 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
95
96
97
def
async_tqdm(*args, **kwargs):
98
if
_active:
99
return
_async_tqdm(*args, **kwargs)
100
else
:
101
return
EmptyTqdm(*args, **kwargs)
102
103
104
def
display_progress_bar(enable: bool) -> None:
Callers
1
tqdm
Method · 0.85
Calls
2
_async_tqdm
Function · 0.85
EmptyTqdm
Class · 0.85
Tested by
no test coverage detected