class documentation
class AttributeDocstrings(ast.NodeVisitor): (source)
An ast.NodeVisitor that collects attribute docstrings.
| Method | get |
Get attribute docstrings from the given component. |
| Method | visit |
Undocumented |
| Instance Variable | attr |
Undocumented |
| Instance Variable | prev |
Undocumented |