Exemple #1
0
 def TestMethod(self, controller, testRequest, callback):
     response = TestResponse()
     response.text = testRequest.text
     callback(response)
Exemple #2
0
 def TestMethod(self, controller, testRequest, callback):
     response = TestResponse()
     response.text = testRequest.text
     callback(response)