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