Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -76,8 +76,7 @@ def tzip(iter1, *iter2plus, **tqdm_kwargs):
|
|||
"""
|
||||
kwargs = tqdm_kwargs.copy()
|
||||
tqdm_class = kwargs.pop("tqdm_class", tqdm_auto)
|
||||
for i in zip(tqdm_class(iter1, **kwargs), *iter2plus):
|
||||
yield i
|
||||
yield from zip(tqdm_class(iter1, **kwargs), *iter2plus)
|
||||
|
||||
|
||||
def tmap(function, *sequences, **tqdm_kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue