Example #1
0
 def get_iterator(self, chunk_size=2, domain=None):
     return resumable_docs_by_type_iterator(
         self.db, self.doc_types, self.iteration_key, chunk_size, domain=domain
     )
Example #2
0
 def get_iterator(self, chunk_size=2):
     return resumable_docs_by_type_iterator(self.db, self.doc_types,
                                            self.iteration_key, chunk_size)