Exemplo n.º 1
0
 public MockReplWindow(IInteractiveEvaluator eval, string contentType = "Python")
 {
     _eval        = eval;
     _contentType = contentType;
     _view        = new MockTextView(new MockTextBuffer(String.Empty, contentType, filename: "text"));
     _eval._Initialize(this);
 }