Skip to content

jdiff.operator

Operator diff.

jdiff.operator.Operator

Operator class implementation.

__init__(reference_data, value_to_compare)

init method for Operator class.

all_same()

All same operator type implementation.

contains()

Contains operator caller.

in_range()

Is in range operator caller.

is_ge()

Is greather or equal than operator caller.

is_gt()

Is greather than operator caller.

is_in()

Is in operator caller.

is_le()

Is lower or equal than operator caller.

is_lt()

Is lower than operator caller.

is_subset()

Check whether each extracted list is a subset of the reference list.

is_subset_ci()

Check whether each extracted list is a subset of the reference list (case-insensitive).

not_contains()

Not contains operator caller.

not_in()

Is not in operator caller.

not_in_range()

Is not in range operator caller.