Example #1
0
 def find_slots(self):
     slots = Dropable.find_slots(self)
     nodes = self.output.node.branch_nodes
     return [slot for slot in slots if slot.node not in nodes]