Exemplo n.º 1
0
 def __init__(self, chip, name, net):
     Output.__init__(self, chip, name)
     self.net = net
     self.packet_len=0
     self.buff=""
Exemplo n.º 2
0
 def __init__(self, chip, name):
     Output.__init__(self, chip, name)
Exemplo n.º 3
0
 def __init__(self, chip, name):
     Output.__init__(self, chip, name)
Exemplo n.º 4
0
 def __init__(self, chip, name, net):
     Output.__init__(self, chip, name)
     self.net = net
     self.packet_len = 0
     self.buff = ""