Check out the Hyperspy Workshop May 13-17, 2024 Online

refresh#

tqdm.refresh(nolock=False, lock_args=None)#

Force refresh the display of this bar.

Parameters:
  • nolock (bool, optional) – If True, does not lock. If [default: False]: calls acquire() on internal lock.

  • lock_args (tuple, optional) – Passed to internal lock’s acquire(). If specified, will only display() if acquire() returns True.