colour.utilities.is_tqdm_installed#

colour.utilities.is_tqdm_installed(raise_exception: bool = False) bool[source]#

Return whether tqdm is installed and available.

Parameters:

raise_exception (bool) – Whether to raise an exception if tqdm is unavailable.

Returns:

Whether tqdm is installed.

Return type:

bool

Raises:

ImportError – If tqdm is not installed.