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