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.
from tqdm.notebook import tqdm as tqdm_notebook
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.
from tqdm.notebook import tqdm as tqdm_notebook
tqdm_notebook.get_lock().locks = []