Autocompleter

Auxiliar pop-up list of options with frequent use snippets and methods.

class bci_framework.framework.editor.completer.Autocompleter(mode: Literal[stimuli, visualization, analysis], parent=None)[source]

Autocompleter for Python Scripts.

Parameters
  • mode – The available options are different form stimuli delivery and data analysis.

  • parent

changeCompletion(completion: str)None[source]

Update list options.

changeHighlighted(value: str)None[source]

Retain the last option selected.