Exemple #1
0
 def _callFUT(self, request, *elements, **kw):
     from pyramid.url import current_route_path
     return current_route_path(request, *elements, **kw)
Exemple #2
0
 def _callFUT(self, request, *elements, **kw):
     from pyramid.url import current_route_path
     return current_route_path(request, *elements, **kw)