Docstrings for methods will contain a list of parameters and their type hints, list of raised exceptions and whether the method yields or raises. Class docstring will have a list of atributes. It uses ...
This is a fork of docstring_parser. This fork fixes bugs that the upstream library has not fixed, and it also offers additional functionalities. To inspect the difference between this fort and the ...