Ejemplo n.º 1
0
 def TestMethod(self, controller, testRequest, callback):
     response = TestResponse()
     response.text = testRequest.text
     callback(response)
Ejemplo n.º 2
0
 def TestMethod(self, controller, testRequest, callback):
     response = TestResponse()
     response.text = testRequest.text
     callback(response)