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