internal AstPythonInterpreterFactory(Dictionary <string, object> properties) : this( InterpreterConfiguration.FromDictionary(properties), InterpreterFactoryCreationOptions.FromDictionary(properties), properties.ContainsKey("UseDefaultDatabase") ) { }
private MockPythonInterpreterFactory(Dictionary <string, object> properties) { _config = InterpreterConfiguration.FromDictionary(properties); _isCurrent = true; IsCurrentReason = null; _useUpdater = false; }
private MockPythonInterpreterFactory(Dictionary <string, object> properties) { Configuration = InterpreterConfiguration.FromDictionary(properties); }
private IronPythonInterpreterFactory(Dictionary <string, object> properties) : base(InterpreterConfiguration.FromDictionary(properties), InterpreterFactoryCreationOptions.FromDictionary(properties)) { }
internal AstPythonInterpreterFactory(Dictionary <string, object> properties) : this(InterpreterConfiguration.FromDictionary(properties), InterpreterFactoryCreationOptions.FromDictionary(properties)) { }