DynamoVisualProgramming.DynamoServices by Autodesk

<PackageReference Include="DynamoVisualProgramming.DynamoServices" Version="3.5.0-beta7470" />

 PythonCodeCompletionDataCore

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)