Fixes bug where when a nested class is in between a string literal and an attribute, the string would still be returned as an attribute docstring.
0.1.1
This is a bugfix release.
In the previous version, the attributes of nested classes have been merged with the specified class. This behavior has been fixed, such that only the top level class is considered.
0.1.0
This is the first release. 🎉
It includes:
- Accessing all attribute docstrings of a class - Accessing docstrings of a specific attribute class - Optionally, searching the base classes for attribute docstrings if `search_bases=True`.