Enum Class PythonBinaryOperator

java.lang.Object
java.lang.Enum<PythonBinaryOperator>
ai.timefold.jpyinterpreter.PythonBinaryOperator
All Implemented Interfaces:
Serializable, Comparable<PythonBinaryOperator>, Constable

public enum PythonBinaryOperator extends Enum<PythonBinaryOperator>
The list of all Python Binary Operators, which are performed by calling the left operand's corresponding dunder method on the right operand ex: a.__add__(b)