euporie.core.widgets.forms.ConditionalCompleter

class euporie.core.widgets.forms.ConditionalCompleter(completer: Completer, filter: Union[Filter, bool])

Wrapper around any other completer that will enable/disable the completions depending on whether the received condition is satisfied.

Parameters: