We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4a5a3 commit c81bbf0Copy full SHA for c81bbf0
source_py3/python_toolbox/future_tools.py
@@ -8,6 +8,9 @@
8
9
10
class CuteExecutorMixin:
11
+ '''
12
+ Coolness is filter and as_completed on both filter and map, blocktododoc
13
14
def filter(self, filter_function, iterable, timeout=None,
15
as_completed=False):
16
'''Get a parallelized version of filter(filter_function, iterable).'''
0 commit comments