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