fuzz.rules.OR

class fuzz.rules.OR(a: Union[fuzz.rules.RuleBase, Dict[str, str]], b: Union[fuzz.rules.RuleBase, Dict[str, str]], operand_set: Optional[fuzz.operators.OperatorEnum] = None)[source]

Bases: fuzz.rules.RuleBase

OR Operator. Performs the OR function as defined by the OperatorEnum of choice

__init__(a: Union[fuzz.rules.RuleBase, Dict[str, str]], b: Union[fuzz.rules.RuleBase, Dict[str, str]], operand_set: Optional[fuzz.operators.OperatorEnum] = None) float[source]

Methods

__init__(a, b[, operand_set])