Class IntelliJUtils

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

public class IntelliJUtils extends Object
  • Constructor Details

    • IntelliJUtils

      public IntelliJUtils()
  • Method Details

    • parsePythonSource

      @Nullable public static @Nullable com.jetbrains.python.psi.PyFile parsePythonSource(String filename, String sourceText, com.jetbrains.python.psi.LanguageLevel languageLevel)