Class PythonOperatorLookup

java.lang.Object
org.openrewrite.python.internal.PythonOperatorLookup

public abstract class PythonOperatorLookup extends Object
  • Method Details

    • operatorForMagicMethod

      @Nullable public static @Nullable String operatorForMagicMethod(String method)
    • doesMagicMethodReverseOperands

      public static boolean doesMagicMethodReverseOperands(String method)