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