process_value(
value: Union[int, float, str],
comparator: Comparator,
) -> | Name | Type | Description |
|---|---|---|
value* | Union[int, float, str] | |
comparator* | Comparator |
Convert a value to a string and add double quotes if it is a string.
It required for comparators involving strings.
The value to convert.
The comparator.