Example #1
0
 def _get_fetcher(self, import_path):
   return FetcherFactory.global_instance().get_fetcher(import_path)
Example #2
0
 def _get_fetcher(self, import_path):
   return FetcherFactory.global_instance().get_fetcher(import_path)
Example #3
0
 def get_fetcher_factory(self):
     return FetcherFactory.global_instance()
Example #4
0
 def get_fetcher_factory(self):
   return FetcherFactory.global_instance()