Exemplo n.º 1
0
 def __init__(self):
     self.port_in_connect = crest.Influence(
         source=self.sub1.port_out, target=self.sub2.port_out)
     api.pullup(self.sub1.port_in)
     api.pullup(self.sub2.port_in)
Exemplo n.º 2
0
 def __init__(self):
     api.pullup(my_port_in1=self.sub1.port_in)
     api.pullup(my_port_in2=self.sub2.port_in)
Exemplo n.º 3
0
 def __init__(self):
     api.pullup(self.sub1.port_in)
     api.pullup(self.sub2.port_in)
Exemplo n.º 4
0
 def __init__(self):
     api.pullup(my_port_in=self.sub1.port_in,
                my_port_out=self.sub2.port_out)
Exemplo n.º 5
0
 def __init__(self):
     api.pullup(self.port)
Exemplo n.º 6
0
 def __init__(self):
     api.pullup(self.sub1.local)
Exemplo n.º 7
0
 def __init__(self):
     api.pullup(self.sub2.port_out)