PythonCodeCompletionDataCore class PythonCodeCompletionDataCore : IExternalCodeCompletionData Documentation Code public ExternalCodeCompletionType CompletionType { get; } public object Content { get; } public string Description { get; } public bool IsInstance { get; } public double Priority { get; } public string Stub { get; } public string Text { get; } public PythonCodeCompletionDataCore(string text, string stub, bool isInstance, ExternalCodeCompletionType completionType, IExternalCodeCompletionProviderCore providerCore)