コード例 #1
0
ファイル: worker.py プロジェクト: spirali/aislinn
 def start_gcontext(self, node, gstate, action):
     logging.debug("Starting gcontext %s %s %s", self, node, gstate)
     gcontext = GlobalContext(self, node, gstate)
     self.gcontext = gcontext
     if action:
         action.apply_action(gcontext)
         gcontext.action = action
     return self.continue_in_execution()