PythonDocstringDisplayMode Enum
Indicates the display mode for Python docstring comments.
public enum PythonDocstringDisplayMode
Fields
| Name | Description |
|---|---|
| All | The entire docstring is displayed. |
| Summary | Only the summary (text before the first empty line) is displayed. |