fuzz.rules.AND

class fuzz.rules.AND(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

AND Operator. Performs the AND 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])