Exemplo n.º 1
0
 public CompletionSource(CompletionSourceProvider provider, ITextBuffer textBuffer, IPythonRuntimeHost host)
 {
     _textBuffer = textBuffer;
     _provider   = provider;
     _host       = host;
 }
Exemplo n.º 2
0
 public CompletionSource(CompletionSourceProvider provider, ITextBuffer textBuffer, IPythonRuntimeHost host)
 {
     _textBuffer = textBuffer;
     _provider = provider;
     _host = host;
 }