コード例 #1
0
ファイル: test_convenience.py プロジェクト: ieasydevops/CREST
 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)
コード例 #2
0
ファイル: test_convenience.py プロジェクト: ieasydevops/CREST
 def __init__(self):
     api.pullup(my_port_in1=self.sub1.port_in)
     api.pullup(my_port_in2=self.sub2.port_in)
コード例 #3
0
ファイル: test_convenience.py プロジェクト: ieasydevops/CREST
 def __init__(self):
     api.pullup(self.sub1.port_in)
     api.pullup(self.sub2.port_in)
コード例 #4
0
ファイル: test_convenience.py プロジェクト: ieasydevops/CREST
 def __init__(self):
     api.pullup(my_port_in=self.sub1.port_in,
                my_port_out=self.sub2.port_out)
コード例 #5
0
ファイル: test_convenience.py プロジェクト: ieasydevops/CREST
 def __init__(self):
     api.pullup(self.port)
コード例 #6
0
ファイル: test_convenience.py プロジェクト: ieasydevops/CREST
 def __init__(self):
     api.pullup(self.sub1.local)
コード例 #7
0
ファイル: test_convenience.py プロジェクト: ieasydevops/CREST
 def __init__(self):
     api.pullup(self.sub2.port_out)