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