Module Index

Constructor

Class: Equal

The Equal predicate. This will evaluate to true if the two operands are equal.

Constructor

__init__ (self, lop, rop)

Constructor. Initialize the base Predicate class.

Methods

invoke_operators (self)

This method returns a tuple containing the operators used in the predicate evaluation. If any of the specified operators are callable, an attempt is made to use the return value of invoking the operator instead of the operator itself.