Exemplo n.º 1
0
 def _callFUT(self, request, app):
     from pyramid.request import call_app_with_subpath_as_path_info
     return call_app_with_subpath_as_path_info(request, app)
Exemplo n.º 2
0
 def _callFUT(self, request, app):
     from pyramid.request import call_app_with_subpath_as_path_info
     return call_app_with_subpath_as_path_info(request, app)
Exemplo n.º 3
0
 def decorator(context, request):
     return call_app_with_subpath_as_path_info(request, wrapped)
Exemplo n.º 4
0
 def __call__(self, context, request):
     if self.use_subpath:
         return call_app_with_subpath_as_path_info(request, self.app)
     return request.get_response(self.app)
Exemplo n.º 5
0
 def decorator(context, request):
     return call_app_with_subpath_as_path_info(request, wrapped)
Exemplo n.º 6
0
 def __call__(self, context, request):
     return call_app_with_subpath_as_path_info(request, self.app)
Exemplo n.º 7
0
 def __call__(self, context, request):
     return call_app_with_subpath_as_path_info(request, self.app)