File: //usr/local/lib/python3.10/dist-packages/tqdm/contrib/__pycache__/itertools.cpython-310.pyc
o
���g � @ s4 d Z ddlZddlmZ ddgiZdgZdd� ZdS ) z#
Thin wrappers around `itertools`.
� N� )�tqdmzgithub.com/� casperdcl�productc o s� � |� � }|�dt�}z ttt| ��}W n ty d}Y nw d}|D ]}||9 }q$|�d|� |di |���}tj | � }|D ] }|V |�
� q@W d � dS 1 sUw Y dS )zx
Equivalent of `itertools.product`.
Parameters
----------
tqdm_class : [default: tqdm.auto.tqdm].
�
tqdm_classN� �total� )�copy�pop� tqdm_auto�list�map�len� TypeError�
setdefault� itertoolsr �update) � iterables�tqdm_kwargs�kwargsr �lensr �i�t�itr r �A/usr/local/lib/python3.10/dist-packages/tqdm/contrib/itertools.pyr s&