tqdm_notebook.get_lock().locks = []
I came accross this code, can anybody tell what it does?
I was going through a jupyter notebook on kaggle when I came accross this code in import cell.
tqdm_notebook.get_lock().locks = []
I came accross this code, can anybody tell what it does?
I was going through a jupyter notebook on kaggle when I came accross this code in import cell.