Ejemplo n.º 1
0
 def get_blueprint_resource(self,
                            blueprint_id,
                            resource_path,
                            template_variables=None):
     resource = manager.get_blueprint_resource(blueprint_id=blueprint_id,
                                               resource_path=resource_path)
     return self._render_resource_if_needed(
         resource=resource, template_variables=template_variables)
Ejemplo n.º 2
0
 def get_blueprint_resource(self,
                            blueprint_id,
                            resource_path,
                            template_variables=None):
     resource = manager.get_blueprint_resource(blueprint_id=blueprint_id,
                                               resource_path=resource_path)
     return self._render_resource_if_needed(
         resource=resource,
         template_variables=template_variables)
Ejemplo n.º 3
0
 def get_blueprint_resource(self, blueprint_id, resource_path):
     return manager.get_blueprint_resource(blueprint_id, resource_path)
Ejemplo n.º 4
0
 def get_blueprint_resource(self, blueprint_id, resource_path):
     return manager.get_blueprint_resource(blueprint_id, resource_path)