MCPcopy 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
97def async_tqdm(*args, **kwargs):
98 if _active:
99 return _async_tqdm(*args, **kwargs)
100 else:
101 return EmptyTqdm(*args, **kwargs)
102
103
104def display_progress_bar(enable: bool) -> None:

Callers 1

tqdmMethod · 0.85

Calls 2

_async_tqdmFunction · 0.85
EmptyTqdmClass · 0.85

Tested by

no test coverage detected