Exemple #1
0
 def post(self, request, response):
     actual_post = lambda req, rep: self._post(req, rep)
     return AbstractEndpointPropMapBackend.post(self, request, response, actual_post)