public static string MarkdownDoc(this IPythonType type) => DocstringConverter.ToMarkdown(type.Documentation);
public static string PlaintextDoc(this IPythonType type) => DocstringConverter.ToPlaintext(type.Documentation);