Example #1
0
 public static string MarkdownDoc(this IPythonType type)
 => DocstringConverter.ToMarkdown(type.Documentation);
Example #2
0
 public static string PlaintextDoc(this IPythonType type)
 => DocstringConverter.ToPlaintext(type.Documentation);