BoolOp constants

The BoolOp constants identify the valid Boolean operations.

Constant Value Description
_BOOL_OP_AND 1 Boolean AND operator
_BOOL_OP_OR 2 Boolean OR operator