parallel
index
/home/aki/wrk/git-mozharness-ro/mozharness/base/parallel.py

Generic ways to parallelize jobs.

 
Classes
       
__builtin__.object
ChunkingMixin

 
class ChunkingMixin(__builtin__.object)
    Generic signing helper methods.
 
  Methods defined here:
query_chunked_list(self, possible_list, this_chunk, total_chunks, sort=False)
Split a list of items into a certain number of chunks and
return the subset of that will occur in this chunk.
 
Ported from build.l10n.getLocalesForChunk in build/tools.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)