Enum Class PythonUnaryOperator

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

public enum PythonUnaryOperator extends Enum<PythonUnaryOperator>
The list of all Python Unary Operators, which take self as the only argument. ex: a.__neg__()