-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added progress_starmap function; Added docstring to the progress_map/…
…starmap/imap/imapu functions;
- Loading branch information
padu
committed
Dec 21, 2022
1 parent
8dfbc21
commit 98ff99e
Showing
4 changed files
with
238 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from .parallelbar import progress_map, progress_imap, progress_imapu | ||
from .parallelbar import progress_map, progress_imap, progress_imapu, progress_starmap | ||
|
||
__all__ = ['progress_map', 'progress_imap', 'progress_imapu'] | ||
__all__ = ['progress_map', 'progress_imap', 'progress_imapu', 'progress_starmap'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters