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