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