示例#1
0
文件: app.py 项目: stephengwyn/MOP
 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)