class documentation
Docstring object representation.
| Method | __init__ |
Initialize self. |
| Instance Variable | blank |
Undocumented |
| Instance Variable | blank |
Undocumented |
| Instance Variable | long |
Undocumented |
| Instance Variable | meta |
Undocumented |
| Instance Variable | short |
Undocumented |
| Instance Variable | style |
Undocumented |
| Property | deprecation |
Return a single information on function deprecation notes. |
| Property | description |
Return the full description of the function |
| Property | examples |
Return a list of information on function examples. |
| Property | many |
Return a list of information on function return. |
| Property | params |
Return a list of information on function params. |
| Property | raises |
Return a list of information on the exceptions that the function may raise. |
| Property | returns |
Return a single information on function return. |
Return the full description of the function
Returns None if the docstring did not include any description