示例#1
0
 def _get_fetcher(self, import_path):
   return FetcherFactory.global_instance().get_fetcher(import_path)
示例#2
0
文件: go_fetch.py 项目: xeno-by/pants
 def _get_fetcher(self, import_path):
   return FetcherFactory.global_instance().get_fetcher(import_path)
示例#3
0
 def get_fetcher_factory(self):
     return FetcherFactory.global_instance()
示例#4
0
 def get_fetcher_factory(self):
   return FetcherFactory.global_instance()