示例#1
0
 def get_actions(self):
     for act in RunnableLeaf.get_actions(self):
         yield act
     yield RemoveTrigger()