ParallelTraceback

Decorator to traceback errors in parallel processes.

parallel_traceback(func)[source]

Wrapper to obtain a full traceback when exceuting a function in parallel.

Arguments

funcfunction

The function to call.

Returns

wrapperfunction

The function wrapped with an appropiate traceback functionality.