Inheritance diagram for IPython.kernel.parallelfunction:
A parallelized function that does scatter/execute/gather.
Bases: object
The implementation of a parallel function.
A parallel function is similar to Python’s map function:
map(func, *sequences) -> pfunc(*sequences)
Parallel functions should be created by using the @parallel decorator.
Create a parallel function from an IMapper.
Parameters : |
|
---|