Ejemplo n.º 1
0
 def post(self, key, image, num):
     """ post - Handles the post request to prealloc."""
     return tangoREST.prealloc(key, image, num, self.request.body)
Ejemplo n.º 2
0
 def post(self, key, image, num):
     """ post - Handles the post request to prealloc."""
     return tangoREST.prealloc(key, image, num, self.request.body)