Function | comparison_name_to_type |
Converts a comparison name to a comparison type. |
Function | comparison_type_safe |
A valid comparison type is passed through, but an invalid comparison type converts to the default type. |
Function | comparison_type_to_name |
Converts a comparison type to a comparison name. |
Constant | COMPARISON_TYPE_IN_RANGE |
Comparison type: Not In Range. |
Constant | COMPARISON_TYPE_NOT_IN_RANGE |
Map of comparison types to names. |
Variable | Comparison_Types_Names_Map |
Default comparison type. |
Parameters | |
comparison_name:str | Comparison name @return Comparison type |
Returns | |
int | Undocumented |
Parameters | |
comparison_type:int | Comparison type |
Returns | |
int | Safe comparison type |