Пример #1
0
 def _create_workunit_builder(self, input_context, output_context,
                              progress_manager):
     return CandidatesWorkUnitBuilder(AstromParser(),
                                      input_context,
                                      output_context,
                                      progress_manager,
                                      dry_run=self.dry_run)
Пример #2
0
 def _get_workunit_builder(self, parser, progress_manager):
     return CandidatesWorkUnitBuilder(parser, self.context, self.context,
                                      progress_manager)