yt.utilities.parallel_tools.parallel_analysis_interface.parallel_passthrough

yt.utilities.parallel_tools.parallel_analysis_interface.parallel_passthrough(func)[source]

If we are not run in parallel, this function passes the input back as output; otherwise, the function gets called. Used as a decorator.