示例#1
0
 def __init__(self, parent, name, target=None):
     Link.__init__(self, parent, name)
     self.target = target
     self.first = None