MCPcopy Create free account
hub / github.com/tensorflow/datasets / tqdm

Method tqdm

tensorflow_datasets/core/download/extractor.py:64–70  ·  view source on GitHub ↗

Add a progression bar for the current extraction.

(self)

Source from the content-addressed store, hash-verified

62
63 @contextlib.contextmanager
64 def tqdm(self):
65 """Add a progression bar for the current extraction."""
66 with utils.async_tqdm(
67 total=0, desc='Extraction completed...', unit=' file', mininterval=1.0
68 ) as pbar_path:
69 self._pbar_path = pbar_path
70 yield
71
72 def extract(
73 self,

Callers 15

finalizeMethod · 0.45
_build_from_generatorMethod · 0.45
_generate_splitsMethod · 0.45
tqdmFunction · 0.45
_async_tqdmFunction · 0.45
raw_benchmarkFunction · 0.45
_write_shardFunction · 0.45
_write_shardsMethod · 0.45
downloadMethod · 0.45
extractMethod · 0.45
download_and_extractMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected