Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/datasets
/ clear
Method
clear
tensorflow_datasets/core/utils/tqdm_utils.py:203–205 ·
view source on GitHub ↗
Remove the tqdm pbar from the update.
(self)
Source
from the content-addressed store, hash-verified
201
pbar.refresh()
202
203
def
clear(self):
204
""
"Remove the tqdm pbar from the update."
""
205
self._tqdm_bars.pop()
Callers
8
set_availables
Function · 0.80
test_increase_open_files_limit
Function · 0.80
load_metadata
Method · 0.80
_async_tqdm
Function · 0.80
clear_registered_data_dirs
Function · 0.80
_log_import_operation
Function · 0.80
_refresh_from_content
Method · 0.80
_parse_tmx
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_increase_open_files_limit
Function · 0.64