def __init__(self, threshold): AcceptRejectWithThreshold.__init__(self, threshold, ("fwd_appl", "bwd_appl"))
def __init__(self, threshold): AcceptRejectWithThreshold.__init__(self, threshold, (None, ))
def __init__(self, threshold): AcceptRejectWithThreshold.__init__(self, threshold, (None,))