Exemplo n.º 1
0
 def process_submit(self, session):
     call_async(None, self._invoke_tasks, session)
     self.task.exit_with_redirect(session)
Exemplo n.º 2
0
 def do_reconfig(self, invoc, negotiator):
     call_async(invoc.make_callback(), 
                self.app.remote.reconfig, negotiator)