Class PythonAutoCompleteObserver

java.lang.Object
io.deephaven.server.session.SessionCloseableObserver<AutoCompleteResponse>
io.deephaven.server.console.completer.PythonAutoCompleteObserver
All Implemented Interfaces:
io.grpc.stub.StreamObserver<AutoCompleteRequest>, Closeable, AutoCloseable

public class PythonAutoCompleteObserver extends SessionCloseableObserver<AutoCompleteResponse> implements io.grpc.stub.StreamObserver<AutoCompleteRequest>
Autocomplete handling for python that will use the jedi library, if it is installed.