Class PythonAutoCompletor

java.lang.Object
qupath.lib.gui.scripting.completors.DefaultAutoCompletor
qupath.lib.gui.scripting.completors.PythonAutoCompletor
All Implemented Interfaces:
ScriptAutoCompletor

public class PythonAutoCompletor extends DefaultAutoCompletor
Auto completion support for Python.
Author:
Pete Bankhead
  • Constructor Details

    • PythonAutoCompletor

      public PythonAutoCompletor(boolean addQuPathCompletions)
      Constructor.
      Parameters:
      addQuPathCompletions - if true, add standard Java completions for core QuPath classes.