Exemplo n.º 1
0
 def run(self):
     response = ServerRequest.run(self, self.article)
     return response
Exemplo n.º 2
0
 def run(self, method, args=None):
     cmd = ISIServerCommand(method, args)
     response = ServerRequest.run(self, cmd)
     return response