yt.utilities.parallel_tools.parallel_analysis_interface.ParallelObjectIterator

class yt.utilities.parallel_tools.parallel_analysis_interface.ParallelObjectIterator(pobj, just_list=False, attr='_grids', round_robin=False)[source]

This takes an object, pobj, that implements ParallelAnalysisInterface, and then does its thing, calling initliaze and finalize on the object.