a
    Wg                     @   s4   d Z ddlZddlmZ ddgiZdgZdd ZdS )	z#
Thin wrappers around `itertools`.
    N   )tqdmzgithub.com/Z	casperdclproductc            	      o   s   |  }|dt}zttt| }W n ty<   d}Y n$0 d}|D ]}||9 }qF|d| |f i |2}tj	|  }|D ]}|V  |
  q~W d   n1 s0    Y  dS )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)		iterablesZtqdm_kwargskwargsr   Zlensr   itit r   d/var/www/html/cobodadashboardai.evdpl.com/venv/lib/python3.9/site-packages/tqdm/contrib/itertools.pyr      s    


)__doc__r   autor   r
   
__author____all__r   r   r   r   r   <module>   s
   
