コード例 #1
0
 def __init__(self, threshold):
     AcceptRejectWithThreshold.__init__(self, threshold,
                                        ("fwd_appl", "bwd_appl"))
コード例 #2
0
ファイル: builtins_impl.py プロジェクト: Oneplus/cnccgbank
 def __init__(self, threshold):
     AcceptRejectWithThreshold.__init__(self, threshold, ("fwd_appl", "bwd_appl"))
コード例 #3
0
 def __init__(self, threshold):
     AcceptRejectWithThreshold.__init__(self, threshold, (None, ))
コード例 #4
0
ファイル: builtins_impl.py プロジェクト: Oneplus/cnccgbank
 def __init__(self, threshold):
     AcceptRejectWithThreshold.__init__(self, threshold, (None,))