Package ai.timefold.jpyinterpreter
package ai.timefold.jpyinterpreter
-
ClassDescriptionA class that holds startup options for the interpreter that are used when the JVM startsThe list of all Python Binary Operators, which are performed by calling the left operand's corresponding dunder method on the right operand ex: a.Implement classes that hold static constants used for default arguments when callingRepresents an Object that can be interacted with like a Python Object.The list of all Python Ternary Operators, which take self and two other arguments.The list of all Python Unary Operators, which take self as the only argument.